次の方法で共有


DataType プロパティ

ローカル変数のデータ型を取得します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
ReadOnly Property DataType As IDataType
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IDataType
ローカル変数のデータ型を表す IDataType です。