Compartir a través de


SfcSerializationAdapterAttribute Constructor

Initializes a new instance of the SfcSerializationAdapterAttribute class with the specified type of the adapter. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

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

Vea también

Referencia

SfcSerializationAdapterAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata