다음을 통해 공유


DataType 속성

Gets an object that represents the data type of the table variable.

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

구문

‘선언
ReadOnly Property DataType As ITableDataType
    Get
‘사용 방법
Dim instance As ITableVariable
Dim value As ITableDataType

value = instance.DataType
ITableDataType DataType { get; }
property ITableDataType^ DataType {
    ITableDataType^ get ();
}
abstract DataType : ITableDataType
function get DataType () : ITableDataType

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
A ITableDataType object represents the data type of the table variable.