Proprietà BindingKey
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets the name of the property that caused the validation error.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BindingKey As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value containing the property name.
Vedere anche