Udostępnij za pośrednictwem


Konstruktor Database (String)

Inicjuje nowe wystąpienie Database 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 Database(name)
public Database(
    string name
)
public:
Database(
    String^ name
)
new : 
        name:string -> Database
public function Database(
    name : String
)

Parametry