Compartir a través de


MiningStructureColumnTypes.GetOleDbType Método

Gets the OLE DB type.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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

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

Valor devuelto

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

Vea también

Referencia

MiningStructureColumnTypes Clase

Espacio de nombres Microsoft.AnalysisServices