Propriété ValidationResult.BindingKey

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets the name of the property that caused the validation error.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BindingKey As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ValidationResult Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc