MiningStructureColumnTypes.GetOleDbType Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the OLE DB type.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public static OleDbType GetOleDbType(
    string miningStructureColumnType
)
public:
static OleDbType GetOleDbType(
    String^ miningStructureColumnType
)
static member GetOleDbType : 
        miningStructureColumnType:string -> OleDbType
Public Shared Function GetOleDbType (
    miningStructureColumnType As String
) As OleDbType

Parameters

  • miningStructureColumnType
    Type: System.String

    A reference to a mining structure column type.

Return Value

Type: System.Data.OleDb.OleDbType

Returns an instance of the specified type.

See Also

MiningStructureColumnTypes Class
Microsoft.AnalysisServices Namespace

Return to top