Propriété DataType
Gets an object that represents the data type of the table variable.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property DataType As ITableDataType
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
A ITableDataType object represents the data type of the table variable.