AttributeTranslation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AttributeTranslation() |
使用預設值,初始化 AttributeTranslation 類別的新執行個體。 |
AttributeTranslation(Int32) |
使用指定的語言,初始化 AttributeTranslation 類別的新執行個體。 |
AttributeTranslation(Int32, String) |
使用指定的語言和標題,初始化 AttributeTranslation 類別的新執行個體。 |
AttributeTranslation()
使用預設值,初始化 AttributeTranslation 類別的新執行個體。
public AttributeTranslation ();
Public Sub New ()
適用於
AttributeTranslation(Int32)
使用指定的語言,初始化 AttributeTranslation 類別的新執行個體。
public AttributeTranslation (int language);
new Microsoft.AnalysisServices.AttributeTranslation : int -> Microsoft.AnalysisServices.AttributeTranslation
Public Sub New (language As Integer)
參數
- language
- Int32
要搭配 AttributeTranslation 使用之語言的整數表示。
適用於
AttributeTranslation(Int32, String)
使用指定的語言和標題,初始化 AttributeTranslation 類別的新執行個體。
public AttributeTranslation (int language, string caption);
new Microsoft.AnalysisServices.AttributeTranslation : int * string -> Microsoft.AnalysisServices.AttributeTranslation
Public Sub New (language As Integer, caption As String)
參數
- language
- Int32
要搭配 AttributeTranslation 使用之語言的整數表示。
- caption
- String
含有標題的字串。