Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
language As Integer, _
caption As String _
)
'Usage
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
)
Parameter
- language
Typ: System.Int32
An Integer representation of the language to be used with the AttributeTranslation.??
- caption
Typ: System.String
The text of the caption.?