This topic has not yet been rated - Rate this topic

DatabaseCollection.Add Method (String, String)

Creates and adds a Database, with the specified name and identifier, to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public Database Add(
	string name,
	string id
)

Parameters

name
Type: System.String
The name of the Database to be added.
id
Type: System.String
The identifier of the Database to be added.

Return Value

Type: Microsoft.AnalysisServices.Database
The zero-based index at which the Database has been added.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.