ConnectionInfo.Catalog Property

 

Applies To: SQL Server (starting with 2016)

Gets a catalog of databases associated with the ConnectionInfo object.

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

Syntax

public string Catalog { get; }
public:
property String^ Catalog {
    String^ get();
}
member Catalog : string with get
Public ReadOnly Property Catalog As String

Property Value

Type: System.String

A database catalog.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top