Freigeben über


BindingKey-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. Gets the name of the property that caused the validation error.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property BindingKey As String
    Get
'Usage
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

Eigenschaftswert

Typ: System. . :: . .String
A String value containing the property name.