次の方法で共有


ValidationResult.BindingKey プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。. 検証エラーの原因になったプロパティの名前を取得します。

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

構文

'宣言
Public ReadOnly Property BindingKey As String 
    Get
'使用
Dim instance As ValidationResult 
Dim value As String 

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

プロパティ値

型: System.String
プロパティ名を表す String 値です。

関連項目

参照

ValidationResult クラス

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