StringSetting Constructor (Guid, String, String, Boolean, Int32, Boolean)

Initializes a new instance of the StringSetting class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public StringSetting(
	Guid id,
	string name,
	string description,
	bool isElementSpecific,
	int maxLength,
	bool changesOutputMetadata
)

Parameters

id
Type: SystemGuid
The setting ID.
name
Type: SystemString
Name of the setting.
description
Type: SystemString
The setting description.
isElementSpecific
Type: SystemBoolean
Flag that specifies the current instance is attached to a data element.
maxLength
Type: SystemInt32
The maximum length for the value.
changesOutputMetadata
Type: SystemBoolean
Boolean value that specifies if a change of the current parameter value changes the output metadata.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionmaxLengthis invalid.
See Also