Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys.
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 _
)
'Uso
Dim resolverType As Type
Dim instance As New SfcReferenceCollectionAttribute(resolverType)
public SfcReferenceCollectionAttribute(
Type resolverType
)
public:
SfcReferenceCollectionAttribute(
Type^ resolverType
)
new :
resolverType:Type -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
resolverType : Type
)
Parâmetros
- resolverType
Tipo: System.Type
The type to instantiate a resolver from.
Consulte também
Referência
SfcReferenceCollectionAttribute Classe