Freigeben über


TabularColumnDefinition-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Describes a single column in a tabular data.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "TabularColumnDefinition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TabularColumnDefinition
'Usage
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

Der TabularColumnDefinition-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TabularColumnDefinition Infrastruktur Initializes a new instance of the TabularColumnDefinition class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DomainType Infrastruktur Gets or sets the domain type of the column.
Öffentliche Eigenschaft Name Infrastruktur Gets the name of the column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Infrastruktur Returns a string representation of the column. (Überschreibt Object.ToString().)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace