Propriété DataType
Gets the local variable data type.
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 IDataType
Get
'Utilisation
Dim instance As ILocalVariable
Dim value As IDataType
value = instance.DataType
IDataType DataType { get; }
property IDataType^ DataType {
IDataType^ get ();
}
abstract DataType : IDataType
function get DataType () : IDataType
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IDataType
The IDataType that represents the local variable data type.
Voir aussi