IDataTypeFactory.Cursor 속성

Gets a singleton ICursorDataType object that represents a cursor data type.

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

구문

‘선언
ReadOnly Property Cursor As ICursorDataType 
    Get
‘사용 방법
Dim instance As IDataTypeFactory 
Dim value As ICursorDataType 

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

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.ICursorDataType
An ICursorDataType object that represents a cursor data type.

참고 항목

참조

IDataTypeFactory 인터페이스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스