MiningStructureColumnTypes.GetOleDbType(String) Method

Definition

Gets the OLE-DB type equivalent of the mining structure column type.

public static System.Data.OleDb.OleDbType GetOleDbType (string miningStructureColumnType);
static member GetOleDbType : string -> System.Data.OleDb.OleDbType
Public Shared Function GetOleDbType (miningStructureColumnType As String) As OleDbType

Parameters

miningStructureColumnType
String

A reference to a mining structure column type.

Returns

Returns an instance of the specified type.

Applies to