NamedSetToken Constructor |
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic NamedSetToken(
Guid projectId,
Guid ownerId,
TokenOwnerKind ownerKind,
IHierarchy hierarchy,
ParameterValue selection
)
Public Sub New (
projectId As Guid,
ownerId As Guid,
ownerKind As TokenOwnerKind,
hierarchy As IHierarchy,
selection As ParameterValue
)
public:
NamedSetToken(
Guid projectId,
Guid ownerId,
TokenOwnerKind ownerKind,
IHierarchy^ hierarchy,
ParameterValue^ selection
)
new :
projectId : Guid *
ownerId : Guid *
ownerKind : TokenOwnerKind *
hierarchy : IHierarchy *
selection : ParameterValue -> NamedSetTokenParameters
- projectId
- Type: SystemGuid
The ID of the project associated with the token. Specify Empty if the token is not associated with a project. - ownerId
- Type: SystemGuid
The ID of the account or tenant associated with the token. Specify Empty if there is no such association. - ownerKind
- Type: Dundas.BI.Data.Parameters.TokensTokenOwnerKind
Specifies the kind of object referenced by ownerId. - hierarchy
- Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy. - selection
- Type: Dundas.BI.Data.ParametersParameterValue
The selection.
Exceptions
See Also