Поделиться через


Интерфейс IUdtMember

Defines a common interface for all user-defined type members.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Interface IUdtMember _
    Inherits IScalar, IMetadataObject
'Применение
Dim instance As IUdtMember
public interface IUdtMember : IScalar, 
    IMetadataObject
public interface class IUdtMember : IScalar, 
    IMetadataObject
type IUdtMember =  
    interface
        interface IScalar
        interface IMetadataObject
    end
public interface IUdtMember extends IScalar, IMetadataObject

Тип IUdtMember обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataType Gets the scalar data type. (Производный от IScalar.)
Открытое свойство IsStatic Gets a value that indicates whether this is a static member.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Производный от IScalar.)
Открытое свойство ScalarType Gets the scalar type. (Производный от IScalar.)
Открытое свойство UserDefinedType Gets the CLR type of this user-defined type member.

В начало

Методы

  Имя Описание
Открытый метод Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.)

В начало