Condividi tramite


Interfaccia ICursorDataType

Represents a SQL Server cursor data type.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface ICursorDataType _
    Inherits IDataType, IMetadataObject
'Utilizzo
Dim instance As ICursorDataType
public interface ICursorDataType : IDataType, 
    IMetadataObject
public interface class ICursorDataType : IDataType, 
    IMetadataObject
type ICursorDataType =  
    interface
        interface IDataType
        interface IMetadataObject
    end
public interface ICursorDataType extends IDataType, IMetadataObject

Nel tipo ICursorDataType sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica IsCursor Gets a value that indicates whether this is a cursor data type. Ereditato da IDataType.
Proprietà pubblica IsScalar Gets a value that indicates whether this is a scalar data type. Ereditato da IDataType.
Proprietà pubblica IsTable Gets a value that indicates whether this is a table data type. Ereditato da IDataType.
Proprietà pubblica IsUnknown Gets a value that indicates whether the data type instance is a placeholder unknown type. Ereditato da IDataType.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto