Freigeben über


Database-Konstruktor (String)

Initializes a new instance of Database using a name.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
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
)

Parameter

  • name
    Typ: System.String
    A String that contains the name of the database.

Siehe auch

Verweis

Database Klasse

Database-Überladung

Microsoft.AnalysisServices-Namespace