Udostępnij za pośrednictwem


Konstruktor AttributeTranslation (Int32)

Inicjuje nowe wystąpienie AttributeTranslation klasy przy użyciu wartości domyślnych z parametrem określonego języka.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    language As Integer _
)
'Użycie
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
)

Parametry