TransformExpressionDefineElementPlaceholder Method |
Defines a connector element placeholder for the current expression.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic ConnectorElementPlaceholder DefineElementPlaceholder(
string caption,
ConnectorElement element
)
Public Function DefineElementPlaceholder (
caption As String,
element As ConnectorElement
) As ConnectorElementPlaceholder
public:
ConnectorElementPlaceholder^ DefineElementPlaceholder(
String^ caption,
ConnectorElement^ element
)
member DefineElementPlaceholder :
caption : string *
element : ConnectorElement -> ConnectorElementPlaceholder
Parameters
- caption
- Type: SystemString
The caption used in the statement. - element
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
Return Value
Type:
ConnectorElementPlaceholderThe connector element placeholder.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | element is . |
| ArgumentException | caption is or Empty or already in use. |
See Also