共用方式為


AttributeTranslation 建構函式 (Int32)

Initializes a new instance of the AttributeTranslation class, using default values with a specified language parameter.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    language As Integer _
)
'用途
Dim language As Integer

Dim instance As New AttributeTranslation(language)
public AttributeTranslation(
    int language
)
public:
AttributeTranslation(
    int language
)
new : 
        language:int -> AttributeTranslation
public function AttributeTranslation(
    language : int
)

參數