다음을 통해 공유


DataType 속성

Gets the local variable data type.

네임스페이스:  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
The IDataType that represents the local variable data type.