TabularColumnDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a column in a tabular data.
public ref class TabularColumnDefinition : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="TabularColumnDefinition", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TabularColumnDefinition : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="TabularColumnDefinition", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TabularColumnDefinition = class
interface IExtensibleDataObject
Public Class TabularColumnDefinition
Implements IExtensibleDataObject
- Inheritance
-
TabularColumnDefinition
- Attributes
- Implements
Constructors
TabularColumnDefinition() |
Initializes a new instance of the TabularColumnDefinition class. |
Properties
DomainType |
Gets or sets the domain type. |
ExtensionData |
Gets or sets the object that contains extra data. |
Name |
Gets or sets the name for the column definition. |