Costruttore SfcSerializationAdapterAttribute

Initializes a new instance of the SfcSerializationAdapterAttribute class with the specified type of the adapter. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    adapterType As Type _
)
'Utilizzo
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
)

Parametri

  • adapterType
    Tipo: System.Type
    The type of the adapter.

Vedere anche

Riferimento

SfcSerializationAdapterAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata