PropertyTypeMismatchException.ExpectedType プロパティ

プロパティに必要なデータ型を取得します。

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

構文

'宣言
Public ReadOnly Property ExpectedType As String 
    Get
'使用
Dim instance As PropertyTypeMismatchException 
Dim value As String 

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

プロパティ値

型: System.String
プロパティに必要なデータ型を示す String 値です。

使用例

SMO 例外の処理

関連項目

参照

PropertyTypeMismatchException クラス

Microsoft.SqlServer.Management.Smo 名前空間