ProviderExpressionDefinePlaceholderStructureParameter Method |
Defines a manual provider parameter that allows changing the native structure to be queried.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ParameterPlaceholder DefinePlaceholderStructureParameter(
string placeholderCaption,
string name,
string description,
NativeStructure defaultStructure
)
Public Function DefinePlaceholderStructureParameter (
placeholderCaption As String,
name As String,
description As String,
defaultStructure As NativeStructure
) As ParameterPlaceholder
public:
ParameterPlaceholder^ DefinePlaceholderStructureParameter(
String^ placeholderCaption,
String^ name,
String^ description,
NativeStructure^ defaultStructure
)
member DefinePlaceholderStructureParameter :
placeholderCaption : string *
name : string *
description : string *
defaultStructure : NativeStructure -> ParameterPlaceholder Parameters
- placeholderCaption String
- The placeholder caption.
- name String
- The parameter name.
- description String
- The parameter description.
- defaultStructure NativeStructure
- The default native structure to be queried.
Return Value
ParameterPlaceholderThe parameter placeholder.
Exceptions
See Also