Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
resolverType As Type, _
ParamArray parameters As String() _
)
'Uso
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[]
)
Parâmetros
- resolverType
Tipo: System.Type
The type to instantiate a resolver from.
- parameters
Tipo: array<System.String[]
Any parameters needed for the resolver method.
Consulte também
Referência
SfcReferenceCollectionAttribute Classe