ITableVariable.DataType Property
Gets an object that represents the data type of the table variable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property DataType As ITableDataType
Get
'Usage
Dim instance As ITableVariable
Dim value As ITableDataType
value = instance.DataType
ITableDataType DataType { get; }
property ITableDataType^ DataType {
ITableDataType^ get ();
}
abstract DataType : ITableDataType
function get DataType () : ITableDataType
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ITableDataType
A ITableDataType object represents the data type of the table variable.