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


Интерфейс IUdtDataMember

Represents a user-defined type property or field.

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство DataType Gets the scalar data type. (Производный от IScalar.)
Открытое свойство IsStatic Gets a value that indicates whether this is a static member. (Производный от IUdtMember.)
Открытое свойство 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. (Производный от IUdtMember.)

В начало

Методы

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

В начало