DataConnector Constructor |
Namespace:
Dundas.BI.Entities.DataConnectors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DataConnector(
Guid providerId
)
Public Sub New (
providerId As Guid
)
public:
DataConnector(
Guid providerId
)
new :
providerId : Guid -> DataConnectorParameters
- providerId
- Type: SystemGuid
The ID of the data provider used by the connector.
Exceptions
Remarks
This method creates the instance in memory only; nothing is saved in the database.
See Also