AttributeTranslation Class
Attribute 要素に関連付けられた変換を表します。このクラスは継承できません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<XmlTypeAttribute("Attribute/Translation")> _
<GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")> _
Public NotInheritable Class AttributeTranslation
Inherits Translation
[XmlTypeAttribute("Attribute/Translation")]
[GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public sealed class AttributeTranslation : Translation
[XmlTypeAttribute(L"Attribute/Translation")]
[GuidAttribute(L"D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public ref class AttributeTranslation sealed : public Translation
/** @attribute XmlTypeAttribute("Attribute/Translation") */
/** @attribute GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0") */
public final class AttributeTranslation extends Translation
XmlTypeAttribute("Attribute/Translation")
GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")
public final class AttributeTranslation extends Translation
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.Translation
Microsoft.AnalysisServices.AttributeTranslation
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
AttributeTranslation Members
Microsoft.AnalysisServices Namespace