Compartilhar via


Construtor SfcReferenceAttribute (Type)

Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type.

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 SfcReferenceAttribute(resolverType)
public SfcReferenceAttribute(
    Type resolverType
)
public:
SfcReferenceAttribute(
    Type^ resolverType
)
new : 
        resolverType:Type -> SfcReferenceAttribute
public function SfcReferenceAttribute(
    resolverType : Type
)

Parâmetros

  • resolverType
    Tipo: System.Type
    The type to instantiate a resolver from.

Consulte também

Referência

SfcReferenceAttribute Classe

Sobrecarregado SfcReferenceAttribute

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata