AttributeToken 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 AttributeToken(
Guid customAttributeId,
CompatibleDataTypes compatibleDataType
)
Public Sub New (
customAttributeId As Guid,
compatibleDataType As CompatibleDataTypes
)
public:
AttributeToken(
Guid customAttributeId,
CompatibleDataTypes compatibleDataType
)
new :
customAttributeId : Guid *
compatibleDataType : CompatibleDataTypes -> AttributeTokenParameters
- customAttributeId
- Type: SystemGuid
The ID of custom attribute to associate with the token. - compatibleDataType
- Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The compatible data type.
Exceptions
See Also