Proprietà Text
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets the text of the validation result item.
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 Text As String
Get
'Utilizzo
Dim instance As ValidationResult
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
member Text : string
function get Text () : String
Valore proprietà
Tipo: System. . :: . .String
A String describing the validation result.
Vedere anche