Proprietà DataType
Gets a IScalarDataType object that represents the scalar variable data type.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property DataType As IScalarDataType
Get
'Utilizzo
Dim instance As IScalarVariable
Dim value As IScalarDataType
value = instance.DataType
IScalarDataType DataType { get; }
property IScalarDataType^ DataType {
IScalarDataType^ get ();
}
abstract DataType : IScalarDataType
function get DataType () : IScalarDataType
Valore proprietà
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarDataType
The IScalarDataType object that represents the scalar variable data type.