AttributeTranslation 생성자 (Int32, String)
Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.
네임스페이스: 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
)
매개 변수
- language
유형: System.Int32
An Integer representation of the language to be used with the AttributeTranslation.??
- caption
유형: System.String
The text of the caption.?