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
)

参数