Freigeben über


SfcSerializationAdapterAttribute-Konstruktor

Initializes a new instance of the SfcSerializationAdapterAttribute class with the specified type of the adapter. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Parameter

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

Siehe auch

Verweis

SfcSerializationAdapterAttribute Klasse

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