CollectionStringValue Constructor (Guid, 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 CollectionStringValue(
Guid parameterId,
params string[] list
)
Public Sub New (
parameterId As Guid,
ParamArray list As String()
)
public:
CollectionStringValue(
Guid parameterId,
... array<String^>^ list
)
new :
parameterId : Guid *
list : string[] -> CollectionStringValueParameters
- parameterId
- Type: SystemGuid
The parameter ID. - list
- Type: SystemString
The list of values.
Exceptions
See Also