OlapConnectionTNativeCatalog Property |
Gets or sets the OLAP catalog.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic virtual string Catalog { get; protected set; }Public Overridable Property Catalog As String
Get
Protected Set
public:
virtual property String^ Catalog {
String^ get ();
protected: void set (String^ value);
}abstract Catalog : string with get, set
override Catalog : string with get, set
Property Value
Type:
String
The catalog.
See Also