IDataCubeServiceReplaceDataConnector Method  | 
 
            Replaces the data connector in a given Manual Select Transform or stored procedure select transform with a new data connector.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid ReplaceDataConnector(
	DataCube dataCube,
	Guid selectTransformId,
	DataConnector newDataConnector,
	Guid? nativeStructureToReplaceWithId
)
Sub ReplaceDataConnector ( 
	dataCube As DataCube,
	selectTransformId As Guid,
	newDataConnector As DataConnector,
	nativeStructureToReplaceWithId As Guid?
)
void ReplaceDataConnector(
	DataCube^ dataCube, 
	Guid selectTransformId, 
	DataConnector^ newDataConnector, 
	Nullable<Guid> nativeStructureToReplaceWithId
)
abstract ReplaceDataConnector : 
        dataCube : DataCube * 
        selectTransformId : Guid * 
        newDataConnector : DataConnector * 
        nativeStructureToReplaceWithId : Nullable<Guid> -> unit 
Parameters
- dataCube
 - Type: Dundas.BI.Entities.DataCubesDataCube
The data cube. - selectTransformId
 - Type: SystemGuid
The manual select or stored procedure select transform identifier. - newDataConnector
 - Type: Dundas.BI.Entities.DataConnectorsDataConnector
The new data connector. - nativeStructureToReplaceWithId
 - Type: SystemNullableGuid
The id of the native structure to replace with. Currently only applicable for stored procedures. 
Exceptions
See Also