SfcSerializationAdapterAttribute Constructor
Initializes a new instance of the SfcSerializationAdapterAttribute class with the specified type of the adapter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- adapterType
Type: System.Type
The type of the adapter.