Compartir a través de


GetColumnType Método

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

Sintaxis

'Declaración
Public Shared Function GetColumnType ( _
    oleDbType As OleDbType _
) As String
'Uso
Dim oleDbType As OleDbType
Dim returnValue As String

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

Parámetros

Valor devuelto

Tipo: System. . :: . .String