MiningStructureColumnTypes.GetDataItemType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the OLE-DB type equivalent of the mining structure column type.
public static Microsoft.AnalysisServices.DataType GetDataItemType (string miningStructureColumnType);
static member GetDataItemType : string -> Microsoft.AnalysisServices.DataType
Public Shared Function GetDataItemType (miningStructureColumnType As String) As DataType
Parameters
- miningStructureColumnType
- String
A reference to a mining structure column type.
Returns
Returns an instance of the specified type.