Translation 類別
Provides a localized translation for its parent object.
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..Translation
Microsoft.AnalysisServices. . :: . .AttributeTranslation
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")> _
Public Class Translation _
Inherits ModelComponent _
Implements ICloneable
'用途
Dim instance As Translation
[GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")]
public class Translation : ModelComponent,
ICloneable
[GuidAttribute(L"14E12A78-5BD7-41cd-815B-CC5826265866")]
public ref class Translation : public ModelComponent,
ICloneable
[<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")>]
type Translation =
class
inherit ModelComponent
interface ICloneable
end
public class Translation extends ModelComponent implements ICloneable
Translation 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
Translation() () () () | Initializes a new instance of Translation using the default values. | |
Translation(Int32) | Initializes a new instance of Translation providing a language parameter. | |
Translation(Int32, String) | Initializes a new instance of Translation using language and caption information. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (繼承自 ModelComponent。) | |
CanRaiseEvents | (繼承自 Component。) | |
Caption | Gets or sets the caption to be used for display by clients. | |
Container | (繼承自 Component。) | |
Description | Gets or sets the Description of a Translation. | |
DesignMode | (繼承自 Component。) | |
DisplayFolder | Gets or sets the [PP:Microsoft.AnalysisServices.Translation.DisplayFolder] of a Translation. | |
Events | (繼承自 Component。) | |
FriendlyName | 基礎結構。 (覆寫 ModelComponent. . :: . .FriendlyName。) | |
KeyForCollection | 基礎結構。 (覆寫 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. (繼承自 ModelComponent。) | |
Parent | 基礎結構。 (繼承自 ModelComponent。) | |
Site | (繼承自 Component。) |
上層
方法
上層
明確 繼承 實作
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。