共用方式為


AttributeTranslation 建構函式

定義

多載

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

含有標題的字串。

適用於