共用方式為


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 ICursorDataType
    Get
'用途
Dim instance As ICursorVariable
Dim value As ICursorDataType

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

屬性值

型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICursorDataType
The IcursorDataType object that represents the local variable data type.