Propriedade do RDL ValidationResult.BindingKey
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets the name of the property that caused the validation error.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property BindingKey As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A String value containing the property name.