RowNumberColumn Class
Updated: May 24, 2016
Represents an internal column automatically added by the Server to every Table after the object is created on the server.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Column
Microsoft.AnalysisServices.Tabular::RowNumberColumn
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the alignment for this property. (Inherited from Column.) |
![]() | Annotations | Gets the collection object of all annotations in the current Column. (Inherited from Column.) |
![]() | AttributeHierarchy | Gets or sets the attribute hierarchy of this column. (Inherited from Column.) |
![]() | DataCategory | Gets or sets the data category of the object. (Inherited from Column.) |
![]() | DataType | Gets or sets the type of data stored in the column. For a DataColumn, specifies the data type. See https://msdn.microsoft.com/library/gg492146.aspx for a list of supported data types. (Inherited from Column.) |
![]() | Description | Gets or sets a Description property for this object. (Inherited from Column.) |
![]() | DisplayFolder | Gets or sets the display folder used by this column. (Inherited from Column.) |
![]() | DisplayOrdinal | Reserved for future use. (Inherited from Column.) |
![]() | ErrorMessage | Gets or sets 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. (Inherited from Column.) |
![]() | FormatString | Gets or sets the format string set for this column. (Inherited from Column.) |
![]() | IsAvailableInMDX | Gets or sets a value that indicates whether the column can be used in an MDX expression or query. (Inherited from Column.) |
![]() | IsDefaultImage | Gets or sets a value that indicates whether the image used is the default image. (Inherited from Column.) |
![]() | IsDefaultLabel | Gets or sets a value that indicates whether the label is the default label. (Inherited from Column.) |
![]() | IsHidden | Gets or sets a value that indicates whether the column is hidden. (Inherited from Column.) |
![]() | IsKey | Gets or sets a value that indicates whether the column is a key of the table. (Inherited from Column.) |
![]() | IsNullable | Gets or sets a value that indicates whether the column is nullable. (Inherited from Column.) |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | IsUnique | Gets or sets a value that indicates whether the values of the column is unique. (Inherited from Column.) |
![]() | KeepUniqueRows | Gets or sets a value that indicates whether the table keeps the unique rows. (Inherited from Column.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and time the column was modified. (Inherited from Column.) |
![]() | Name | Gets or sets the name of a column in a tabular model. (Inherited from Column.) |
![]() | ObjectType | Gets the type of the object. (Inherited from Column.) |
![]() | Parent | Gets the parent object, null for Model objects. (Inherited from Column.) |
![]() | RefreshedTime | Gets the date and time at which the column was last refreshed. (Inherited from Column.) |
![]() | SortByColumn | Gets or sets the column used to sort rows in a table. (Inherited from Column.) |
![]() | SourceProviderType | Gets or sets the data type in the external data source (e.g. NVARCHAR(50) for a string column). (Inherited from Column.) |
![]() | State | Gets or sets the calculated columns or columns in a calculated table, the state of this column is either calculated (Ready), or not (CalculationNeeded), or an error. For non-calculated columns it is always Ready. (Inherited from Column.) |
![]() | StructureModifiedTime | Gets or sets a date and time at which this structure was last modified. (Inherited from Column.) |
![]() | SummarizeBy | Gets or sets the aggregation function used by this column. (Inherited from Column.) |
![]() | Table | Gets or sets the Table object. (Inherited from Column.) |
![]() | TableDetailPosition | Gets or sets a 32-bit integer specifying the position of the Detail record in the Table. (Inherited from Column.) |
![]() | Type | Gets or sets the column type. (Inherited from Column.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | |
![]() | CopyFrom(Column^) | Obsolete. Deprecated. Use the CopyTo method instead. (Inherited from Column.) |
![]() | CopyTo(Column^) | Copies a Column object to the specified object. (Inherited from Column.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. (Inherited from Column.) |
![]() | RequestRename(String^) | Request rename of this object. (Inherited from Column.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


