Интерфейс 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.) |
В начало