MiningStructureColumnTypes.GetOleDbType(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 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.