Culture 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 user culture. It is a child of a Model object, used for translating strings and formatting values.
public sealed class Culture : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type Culture = class
inherit NamedMetadataObject
Public NotInheritable Class Culture
Inherits NamedMetadataObject
- Inheritance
Constructors
Culture() |
Create a new instance of the Culture class with default settings. |
Properties
Annotations |
Gets the collection object of all annotations in the current Culture. |
ExtendedProperties |
Gets the collection object of all extendedproperties in the current Culture. |
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
LinguisticMetadata |
A reference to a LinguisticMetadata object associated with this Culture 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 this object. |
ObjectTranslations |
Gets the collection object of all objecttranslations in the current Culture. |
ObjectType |
Gets the type of the object. |
Parent |
Parent object, null for Model objects. |
StructureModifiedTime |
The time that the structure of the object was last modified. |
Methods
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. |
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) |