SfcSerializationAdapterAttribute.SfcSerializationAdapterType プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property SfcSerializationAdapterType As Type 
    Get
'使用
Dim instance As SfcSerializationAdapterAttribute 
Dim value As Type 

value = instance.SfcSerializationAdapterType
public Type SfcSerializationAdapterType { get; }
public:
property Type^ SfcSerializationAdapterType {
    Type^ get ();
}
member SfcSerializationAdapterType : Type
function get SfcSerializationAdapterType () : Type

プロパティ値

型: System.Type
シリアル化アダプターの型です。

関連項目

参照

SfcSerializationAdapterAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間