Propriété ValidationResult.Text
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets the text of the validation result item.
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 Text As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String describing the validation result.