Udostępnij za pośrednictwem


Konstruktor Level (String)

Inicjuje nowe wystąpienie Level przy użyciu nazwy.

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

Składnia

'Deklaracja
Public Sub New ( _
    name As String _
)
'Użycie
Dim name As String

Dim instance As New Level(name)
public Level(
    string name
)
public:
Level(
    String^ name
)
new : 
        name:string -> Level
public function Level(
    name : String
)

Parametry