Condividi tramite


Metodo MiningStructureColumnTypes.GetOleDbType

Gets the OLE DB type.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Shared Function GetOleDbType ( _
    miningStructureColumnType As String _
) As OleDbType
'Utilizzo
Dim miningStructureColumnType As String 
Dim returnValue As OleDbType 

returnValue = MiningStructureColumnTypes.GetOleDbType(miningStructureColumnType)
public static OleDbType GetOleDbType(
    string miningStructureColumnType
)
public:
static OleDbType GetOleDbType(
    String^ miningStructureColumnType
)
static member GetOleDbType : 
        miningStructureColumnType:string -> OleDbType
public static function GetOleDbType(
    miningStructureColumnType : String
) : OleDbType

Parametri

  • miningStructureColumnType
    Tipo: System.String
    A reference to a mining structure column type.

Valore restituito

Tipo: System.Data.OleDb.OleDbType
Returns an instance of the specified type.

Vedere anche

Riferimento

MiningStructureColumnTypes Classe

Spazio dei nomi Microsoft.AnalysisServices