Méthode MiningStructureColumnTypes.GetColumnType
Gets or sets the specified type for a mining structure column.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en 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
- oleDbType
Type : System.Data.OleDb.OleDbType
A reference to a GetColumnType
Valeur de retour
Type : System.String
A mining structure column of the specified type.