Propriedade do RDL DataType
Gets an object that represents the data type of the table variable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property DataType As ITableDataType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
A ITableDataType object represents the data type of the table variable.
Consulte também