OutputConnector Constructor (Transform, Guid, String, String, ConnectorDataFormats) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OutputConnector(
Transform transform,
Guid id,
string name,
string description,
ConnectorDataFormats dataFormat
)
Public Sub New (
transform As Transform,
id As Guid,
name As String,
description As String,
dataFormat As ConnectorDataFormats
)
public:
OutputConnector(
Transform^ transform,
Guid id,
String^ name,
String^ description,
ConnectorDataFormats dataFormat
)
new :
transform : Transform *
id : Guid *
name : string *
description : string *
dataFormat : ConnectorDataFormats -> OutputConnectorParameters
- transform
- Type: Dundas.BI.Data.TransformsTransform
The parent transform. - id
- Type: SystemGuid
The component ID. - name
- Type: SystemString
Name of the component. - description
- Type: SystemString
The component description. - dataFormat
- Type: Dundas.BI.Data.TransformsConnectorDataFormats
The data format.
See Also