إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the specified type for a mining structure column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetColumnType ( _
oleDbType As OleDbType _
) As String
'Usage
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
Parameters
- oleDbType
Type: System.Data.OleDb.OleDbType
A reference to a GetColumnType
Return Value
Type: System.String
A mining structure column of the specified type.