MeasureSetSetting Constructor (Guid, String, String, String) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic MeasureSetSetting(
Guid id,
string name,
string description,
params string[] values
)
Public Sub New (
id As Guid,
name As String,
description As String,
ParamArray values As String()
)
public:
MeasureSetSetting(
Guid id,
String^ name,
String^ description,
... array<String^>^ values
)
new :
id : Guid *
name : string *
description : string *
values : string[] -> MeasureSetSettingParameters
- id
- Type: SystemGuid
The setting ID. - name
- Type: SystemString
Name of the setting. - description
- Type: SystemString
The setting description. - values
- Type: SystemString
The selected measure unique names.
See Also