Compartilhar via


Construtor SfcSerializationAdapterAttribute

Initializes a new instance of the SfcSerializationAdapterAttribute class with the specified type of the adapter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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 ( _
    adapterType As Type _
)
'Uso
Dim adapterType As Type

Dim instance As New SfcSerializationAdapterAttribute(adapterType)
public SfcSerializationAdapterAttribute(
    Type adapterType
)
public:
SfcSerializationAdapterAttribute(
    Type^ adapterType
)
new : 
        adapterType:Type -> SfcSerializationAdapterAttribute
public function SfcSerializationAdapterAttribute(
    adapterType : Type
)

Parâmetros