次の方法で共有


PropertyName プロパティ

不適切なデータ型を使用して値を受信したプロパティの名前を取得します。

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

構文

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

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

プロパティ値

型: System. . :: . .String
不適切なデータ型を使用して値を受信したプロパティの名前を示す String です。