MiningStructureColumnTypes.GetDataItemType(String) Method

Definition

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.

Applies to