Właściwość ValidationResult.Text
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.. Pobiera tekst element wynik sprawdzania poprawności.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public ReadOnly Property Text As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A String opisujące wynik sprawdzania poprawności.
Zobacz także