TypeExpected プロパティ

シリアル化時に想定される型を取得します。

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

構文

'宣言
Public ReadOnly Property TypeExpected As String
    Get
'使用
Dim instance As ExpressionSerializationException
Dim value As String

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

プロパティ値

型: System. . :: . .String
シリアル化時に想定される型を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。