SfcInstanceSerializedData.Type プロパティ

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

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

構文

'宣言
Public ReadOnly Property Type As String 
    Get
'使用
Dim instance As SfcInstanceSerializedData 
Dim value As String 

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

プロパティ値

型: System.String
シリアル化で指定されたデータの型。

関連項目

参照

SfcInstanceSerializedData 構造体

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