AttributeTokenUpdateDataType Method |
Updates the data type of the attribute token.
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 void UpdateDataType(
CompatibleDataTypes dataType
)
Public Sub UpdateDataType (
dataType As CompatibleDataTypes
)
public:
void UpdateDataType(
CompatibleDataTypes dataType
)
member UpdateDataType :
dataType : CompatibleDataTypes -> unit
Parameters
- dataType
- Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The CompatibleDataTypes to use.
Exceptions
See Also