Compartilhar via


Método GetOleDbType

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

Sintaxe

'Declaração
Public Shared Function GetOleDbType ( _
    miningStructureColumnType As String _
) As OleDbType
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Data.OleDb. . :: . .OleDbType