Share via


ValidationResult.Text Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the text of the validation result item.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Text As String 
    Get
'Usage
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

Property Value

Type: System.String
A String describing the validation result.

See Also

Reference

ValidationResult Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace