Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys and parameter.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
resolverType As Type, _
ParamArray parameters As String() _
)
'Usage
Dim resolverType As Type
Dim parameters As String()
Dim instance As New SfcReferenceCollectionAttribute(resolverType, _
parameters)
public SfcReferenceCollectionAttribute(
Type resolverType,
params string[] parameters
)
public:
SfcReferenceCollectionAttribute(
Type^ resolverType,
... array<String^>^ parameters
)
new :
resolverType:Type *
parameters:string[] -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
resolverType : Type,
... parameters : String[]
)
Parameters
- resolverType
Type: System.Type
The type to instantiate a resolver from.
- parameters
Type: array<System.String[]
Any parameters needed for the resolver method.
See Also
Reference
SfcReferenceCollectionAttribute Class