Culture Class
Updated: May 24, 2016
Represents a user culture. It is a child of a Model object, used for translating strings and formatting values.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Culture
| Name | Description | |
|---|---|---|
![]() | Culture() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current Culture. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | LinguisticMetadata | Gets or sets the linguistic metadata for the culture property. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the time that the object was last modified. |
![]() | Name | Gets or sets the name of the Culture object. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectTranslations | Gets the collection object of all ObjectTranslations in the current Culture. |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | StructureModifiedTime | Gets or sets the time that the structure of the object was last modified. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Culture object. |
![]() | CopyFrom(Culture^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(Culture^) | Copies a Culture object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | 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.

