SystemDataTypeLookupBase.Text Property
Gets the ISystemDataType object that represents the text data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property Text As ISystemDataType
Get
'Usage
Dim instance As SystemDataTypeLookupBase
Dim value As ISystemDataType
value = instance.Text
public ISystemDataType Text { get; }
public:
property ISystemDataType^ Text {
ISystemDataType^ get ();
}
member Text : ISystemDataType
function get Text () : ISystemDataType
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the text data type.