다음을 통해 공유


DataType 속성

Gets a IScalarDataType object that represents the scalar variable data type.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property DataType As IScalarDataType
    Get
‘사용 방법
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

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarDataType
The IScalarDataType object that represents the scalar variable data type.

구현

IScalar. . :: . .DataType