Konstruktor Database (String, String)
Inicjuje nowe wystąpienie Database przy użyciu nazwy i identyfikatora.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
id As String _
)
'Użycie
Dim name As String
Dim id As String
Dim instance As New Database(name, id)
public Database(
string name,
string id
)
public:
Database(
String^ name,
String^ id
)
new :
name:string *
id:string -> Database
public function Database(
name : String,
id : String
)
Parametry
- name
Typ: System.String
A ciąg zawiera nazwę bazy danych.
- id
Typ: System.String
A ciąg zawiera identyfikator unikatowy dla akcja.
Zobacz także