次の方法で共有


AttributeTranslation コンストラクター (Int32, String)

既定値および指定された言語パラメーターおよびキャプション パラメーターを使用して、AttributeTranslation クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub New ( _
    language As Integer, _
    caption As String _
)
'使用
Dim language As Integer 
Dim caption As String 

Dim instance As New AttributeTranslation(language, _
    caption)
public AttributeTranslation(
    int language,
    string caption
)
public:
AttributeTranslation(
    int language, 
    String^ caption
)
new : 
        language:int * 
        caption:string -> AttributeTranslation
public function AttributeTranslation(
    language : int, 
    caption : String
)

パラメーター

  • caption
    型: System.String
    キャプションのテキストです。

関連項目

参照

AttributeTranslation クラス

AttributeTranslation オーバーロード

Microsoft.AnalysisServices 名前空間