Condividi tramite


Metodo MiningStructureColumnTypes.GetColumnType

Gets or sets the specified type for a mining structure column.

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

Sintassi

'Dichiarazione
Public Shared Function GetColumnType ( _
    oleDbType As OleDbType _
) As String
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.String
A mining structure column of the specified type.

Vedere anche

Riferimento

MiningStructureColumnTypes Classe

Spazio dei nomi Microsoft.AnalysisServices