Translation Class
Applies To: SQL Server (starting with 2016)
Provides a localized translation for its parent object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.Translation
Microsoft.AnalysisServices.AttributeTranslation
Syntax
[GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")]
public class Translation : ModelComponent, ICloneable
[GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")]
public ref class Translation : ModelComponent, ICloneable
[<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")>]
type Translation =
class
inherit ModelComponent
interface ICloneable
end
<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")>
Public Class Translation
Inherits ModelComponent
Implements ICloneable
Constructors
Name | Description | |
---|---|---|
Translation() | Initializes a new instance of the Translation class using the default values. |
|
Translation(Int32) | Initializes a new instance of the Translation class using a language parameter. |
|
Translation(Int32, String) | Initializes a new instance of the Translation class using the specified language and caption information. |
Properties
Name | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data.(Inherited from ModelComponent.) |
|
CanRaiseEvents | (Inherited from Component.) |
|
Caption | Gets or sets the caption to be used for display by clients. |
|
CollectionCaption | Gets or sets the collection caption of the translation. |
|
Container | (Inherited from Component.) |
|
Description | Gets or sets the description of a translation. |
|
DesignMode | (Inherited from Component.) |
|
DisplayFolder | Gets or sets the display folder of a translation. |
|
Events | (Inherited from Component.) |
|
FriendlyName | Gets the friendly name of the translation.(Overrides ModelComponent.FriendlyName.) |
|
KeyForCollection | Gets the value of the key for the collection.(Overrides ModelComponent.KeyForCollection.) |
|
Language | Gets or sets the language defined by a locale identifier code for a Translation. |
|
OwningCollection | Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.) |
|
Parent | Gets the IModelComponent object that is the parent of the ModelComponent object.(Inherited from ModelComponent.) |
|
Site | (Inherited from Component.) |
Methods
Name | Description | |
---|---|---|
AddToContainer(IContainer) | Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.) |
|
AfterInsert(Int32) | Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.) |
|
AfterMove(Int32, Int32) | Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.) |
|
AfterRemove(ModelComponentCollection) | Displays a ModelComponentCollection after a ModelComponent object is removed.(Inherited from ModelComponent.) |
|
BeforeRemove(Boolean) | Removes the ModelComponent object before the cleanup.(Inherited from ModelComponent.) |
|
Clone() | Creates a new, full copy of an object. |
|
CopyTo(ModelComponent) | Copies a ModelComponent object to the specified object.(Inherited from ModelComponent.) |
|
CopyTo(Translation) | Copies an Translation to the specified object. |
|
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
|
Dispose() | (Inherited from Component.) |
|
Dispose(Boolean) | (Inherited from Component.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Component.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetService(Type) | (Inherited from Component.) |
|
GetType() | (Inherited from Object.) |
|
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
RemoveFromContainer(IContainer) | Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.) |
|
Reset() | Resets the component to an initial state.(Inherited from ModelComponent.) |
|
Submit() | Submits a ModelComponent object.(Inherited from ModelComponent.) |
|
Submit(Boolean) | Submits a ModelComponent object.(Inherited from ModelComponent.) |
|
ToString() | Returns a string that represents the current object.(Inherited from ModelComponent.) |
|
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from ModelComponent.) |
|
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors.(Inherited from ModelComponent.) |
|
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether a ModelComponent object is valid.(Inherited from ModelComponent.) |
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | Creates a copy of the Translation object. |
|
IHostableComponent.Host | (Inherited from ModelComponent.) |
|
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) |
|
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.AnalysisServices Namespace
Return to top