Column 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 base class of a column object of a Tabular model, used to specify a DataColumn, RowNumberColumn, CalculatedColumn, or CalculatedTableColumn.
public abstract class Column : Microsoft.AnalysisServices.Tabular.NamedMetadataObject, Microsoft.AnalysisServices.Tabular.IMetadataObjectWithLineage
type Column = class
inherit NamedMetadataObject
interface IMetadataObjectWithLineage
Public MustInherit Class Column
Inherits NamedMetadataObject
Implements IMetadataObjectWithLineage
- Inheritance
- Derived
- Implements
Properties
Alignment |
Specifies the text alignment of the column in report visualizations. The possible values are Default (1), Left (2), Right (3), Center (4). |
AlternateOf |
Defines the AlternateOf reference source BaseTable or BaseColumn, and the Summarization. |
Annotations |
Gets the collection object of all annotations in the current Column. |
AttributeHierarchy |
A reference to an AttributeHierarchy object associated with this ColumnOrigin object. |
ChangedProperties |
Gets the collection object of all changedproperties in the current Column. |
DataCategory |
Specifies the type of data contained in the column so that you can add custom behaviors based on column type. There are 248 possible values. The first ten are Invalid (-1), All (1), Regular (2), Image (3), ImageBMP (4), ImageGIF (5), ImageJPG (6), ImagePNG (7), ImageTIFF (8), ImageURL (9), Id (10). For the rest, please refer to the MS-SSAS-T SQL Server Analysis Services Tabular Protocol documentation on MSDN. |
DataType |
For a DataColumn, specifies the data type. See https://msdn.microsoft.com/library/gg492146.aspx for a list of supported data types. |
Description |
The description of the column, visible to developers at design time and to administrators in management tools, such as SQL Server Management Studio. |
DisplayFolder |
Defines the display folder for the column, for use by clients. |
DisplayOrdinal |
Indicates the visual position of the column, defined as a relative ordering rather than a strict ordering (example: 10, 20, 40, 50). It allows client applications to maintain a consistent column position. |
EncodingHint |
This property allows an encoding hint to be specified for the column. A numeric column may use either value-based encoding or hash-based encoding. Usually the server will automatically attempt detect which encoding to use, but re-encoding may occur later. This property allows hinting to the server that it should start with a different encoding type. |
ErrorMessage |
A string that explains the error state associated with the current object. It is set by the engine only when the state of the object is one of these three values: SemanticError, DependencyError, or EvaluationError. It is applicable only to columns of the type Calculated or CalculatedTableColumn. It will be empty for other column objects. |
ExtendedProperties |
Gets the collection object of all extendedproperties in the current Column. |
FormatString |
A string that specifies the format of the column contents. |
IsAvailableInMDX |
A boolean value that indicates whether the column can be excluded from usage in MDX query tools. False if the column can be excluded from usage in MDX query tools; otherwise true. |
IsDataTypeInferred |
A boolean value indicating whether the datatype is inferred. |
IsDefaultImage |
A boolean value that indicates whether this column is returned as the DefaultImage property in CSDL. |
IsDefaultLabel |
A boolean value that indicates whether this column is included in the DisplayKey element in CSDL. |
IsHidden |
A boolean value that indicates whether a column is treated as hidden by client visualization tools. True if the column is treated as hidden; otherwise false. |
IsKey |
A boolean value that indicates whether the column is a key of the table. True if the column is a key of the table; otherwise false. |
IsNullable |
If false, the column cannot contain nulls. Even if true, it may still not allow nulls if it's a key column. |
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
IsUnique |
A boolean value that indicates whether the column contains only unique values. True if the values are unique; otherwise false. |
KeepUniqueRows |
Specifies the grouping behavior used for building a hierarchy. True groups by entity key. False groups by value. |
LineageTag |
A tag that represents the lineage of the object. |
Model |
Gets the Tabular model that contains this object. (Inherited from MetadataObject) |
ModifiedTime |
The time that the object was last modified. |
Name |
Gets or sets the name of a column in a Tabular model. |
ObjectType |
Gets the type of the object. |
Parent |
Parent object, null for Model objects. |
RefreshedTime |
The time that the object was last refreshed. |
RelatedColumnDetails |
A reference to a RelatedColumnDetails object associated with this Column object. |
SortByColumn |
Indicates that the column defining this property will be sorted by the values of the column referenced by this property. |
SourceLineageTag |
A tag that represents the lineage of the source for the object. |
SourceProviderType |
The original data type of the column as defined in the language of the data source. This data type is used to generate queries directly against the data source, for example in DirectQuery mode. |
State |
Enumerates the state of the column. Possible values include the following. Ready (1) The column is queryable and has up-to-date data. NoData (3) The column is queryable but has no data. This state is applicable only to columns of the type Data. CalculationNeeded (4) The column is not queryable and needs to be refreshed (that is, recalculated) to become functional. This state applies only to columns of the type Calculated or CalculatedTableColumn. SemanticError (5) The column is in an error state because of an invalid expression. The column is not queryable. This state applies only to columns of the type Calculated or CalculatedTableColumn. EvaluationError (6) The column is in an error state because of an error during expression evaluation. The column is not queryable. This state applies only to columns of the type Calculated or CalculatedTableColumn. DependencyError (7) The column is in an error state because some of its calculation dependencies are in an error state. The column is not queryable. This state applies only to columns of the type Calculated or CalculatedTableColumn. Incomplete (8) Some parts of the column have no data, and the column needs to be refreshed to bring the data in. The column is queryable. This state applies only to columns of the type Data. SyntaxError (9) The column is in an error state because of a syntax error in its expression. The column is not queryable. This state applies only to columns of the type Calculated. |
StructureModifiedTime |
The time that the structure of the object was last modified. |
SummarizeBy |
A value indicating the default function, if any, used to aggregate this field. The possible values are Default (1), None (2), Sum (3), Min (4), Max (5), Count (6), Average (7), DistinctCount (8). If unspecified, Default is assumed for numeric fields, None for all other fields. |
Table |
A reference to a Table object that owns this Column. |
TableDetailPosition |
Determines whether you can place this column in the DefaultDetails collection of the Table. This collection is an ordered set of Column types. A positive value indicates participation in the collection. The collection is sorted in ascending order of this element. The DefaultDetails collection is returned as part of the CSDL metadata returned by the DISCOVER_CSDL_METADATA operation. |
Type |
Specifies the data binding. Values include Data (1) where the contents of this column come from a DataSource, Calculated (2) where the contents are computed from an expression after the Data columns have been populated, RowNumber (3) where the column is an internal column representing the row number, or CalculatedTableColumn (4) where tables that are based on a calculated expression will automatically infer and generate the columns in the table. |
Variations |
Gets the collection object of all variations in the current Column. |
Methods
Clone() |
Creates a new, full copy of a Column object. |
CopyFrom(Column) |
Obsolete.
Deprecated. Use CopyTo method instead. |
CopyTo(Column) |
Copies a Column object to the specified object. |
Rename(String) |
Obsolete.
Deprecated. Use RequestRename method instead. |
RequestRename(String) |
Request rename of this object. |
Validate() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from MetadataObject) |