OlapConnectionTNativeConnectionId Property |
Gets or sets the connection ID.
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 string ConnectionId { get; set; }Public Property ConnectionId As String
Get
Set
public:
virtual property String^ ConnectionId {
String^ get () sealed;
void set (String^ value) sealed;
}abstract ConnectionId : string with get, set
override ConnectionId : string with get, set
Property Value
Type:
String
The connection ID.
Implements
IOlapConnectionTNativeConnectionId
See Also