Translation クラス
親オブジェクトのローカライズされた変換を表します。
継承階層
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() () () () | Translation の新しいインスタンスを既定値で初期化します。 | |
Translation(Int32) | 言語パラメータを指定して、Translation の新しいインスタンスを初期化します。 | |
Translation(Int32, String) | 言語情報とキャプション情報を使用して Translation の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Caption | クライアントでの表示に使用されるキャプションを取得します。値の設定も可能です。 | |
Container | (Component から継承されています。) | |
Description | Translation の Description を取得します。値の設定も可能です。 | |
DesignMode | (Component から継承されています。) | |
DisplayFolder | Translation の [PP:Microsoft.AnalysisServices.Translation.DisplayFolder] を取得します。値の設定も可能です。 | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent. . :: . .FriendlyName をオーバーライドします。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent. . :: . .KeyForCollection をオーバーライドします。) | |
Language | Translation にロケール識別子コードで定義される Language を取得します。値の設定も可能です。 | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | インフラストラクチャです。 (ModelComponent から継承されています。) | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。