ProviderElementExpressionDefineElementPlaceholder Method |
Defines a data 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 (24.3.0.1000)
Syntax public DataElementPlaceholder DefineElementPlaceholder(
string caption,
ConnectorElement element
)
Public Function DefineElementPlaceholder (
caption As String,
element As ConnectorElement
) As DataElementPlaceholder
public:
DataElementPlaceholder^ DefineElementPlaceholder(
String^ caption,
ConnectorElement^ element
)
member DefineElementPlaceholder :
caption : string *
element : ConnectorElement -> DataElementPlaceholder
Parameters
- caption
- Type: SystemString
The caption used in the statement. - element
- Type: Dundas.BI.Data.TransformsConnectorElement
The data element.
Return Value
Type:
DataElementPlaceholderThe data element placeholder.
Exceptions See Also