DataConnectorUseGateway Property |
Gets a value indicating whether this data provider is using Dundas BI Gateway.
Namespace:
Dundas.BI.Entities.DataConnectors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool UseGateway { get; }Public ReadOnly Property UseGateway As Boolean
Get
public:
property bool UseGateway {
bool get ();
}member UseGateway : bool with get
Property Value
Type:
Boolean if this data provider is using Dundas BI Gateway; otherwise,
.
See Also