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 a specified language parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
language As Integer _
)
'Usage
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
)
Parameters
- language
Type: System.Int32
An Integer representation of the language to be used with the AttributeTranslation.?