Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- language
Type: System.Int32
An Integer representation of the language to be used with the AttributeTranslation.??
- caption
Type: System.String
The text of the caption.?