Класс TabularColumnDefinition

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Describes a single column in a tabular data.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.TabularColumnDefinition

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "TabularColumnDefinition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TabularColumnDefinition
'Применение
Dim instance As TabularColumnDefinition
[DataContractAttribute(Name = "TabularColumnDefinition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TabularColumnDefinition
[DataContractAttribute(Name = L"TabularColumnDefinition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class TabularColumnDefinition
[<DataContractAttribute(Name = "TabularColumnDefinition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TabularColumnDefinition =  class end
public class TabularColumnDefinition

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

Конструкторы

  Имя Описание
Открытый метод TabularColumnDefinition Инфраструктура. Initializes a new instance of the TabularColumnDefinition class.

В начало

Свойства

  Имя Описание
Открытое свойство DomainType Инфраструктура. Gets or sets the domain type of the column.
Открытое свойство Name Инфраструктура. Gets the name of the column.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString Инфраструктура. Returns a string representation of the column. (Переопределяет Object.ToString().)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts