ProviderExpressionDefinePlaceholderStructureParameter Method

Defines a manual provider parameter that allows changing the native structure to be queried.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ParameterPlaceholder DefinePlaceholderStructureParameter(
	string placeholderCaption,
	string name,
	string description,
	NativeStructure defaultStructure
)

Parameters

placeholderCaption
Type: SystemString
The placeholder caption.
name
Type: SystemString
The parameter name.
description
Type: SystemString
The parameter description.
defaultStructure
Type: Dundas.BI.Entities.DataConnectorsNativeStructure
The default native structure to be queried.

Return Value

Type: ParameterPlaceholder
The parameter placeholder.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe expression is not attached to a cube object.
See Also