AttributeTranslation Constructor (Int32, String)
既定値および指定された言語パラメータおよびキャプション パラメータを使用して、AttributeTranslation クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
Public Sub New ( _
language As Integer, _
caption As String _
)
public AttributeTranslation (
int language,
string caption
)
public:
AttributeTranslation (
int language,
String^ caption
)
public AttributeTranslation (
int language,
String caption
)
public function AttributeTranslation (
language : int,
caption : String
)
パラメータ
- language
AttributeTranslation で使用する言語の Integer 表現です。
- caption
キャプションのテキストです。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
AttributeTranslation Class
AttributeTranslation Members
Microsoft.AnalysisServices Namespace