Partager via


GetColumnType méthode

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Function GetColumnType ( _
    oleDbType As OleDbType _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .String