Метод MiningStructureColumnTypes.GetOleDbType
Gets the OLE DB type.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Shared Function GetOleDbType ( _
miningStructureColumnType As String _
) As OleDbType
'Применение
Dim miningStructureColumnType As String
Dim returnValue As OleDbType
returnValue = MiningStructureColumnTypes.GetOleDbType(miningStructureColumnType)
public static OleDbType GetOleDbType(
string miningStructureColumnType
)
public:
static OleDbType GetOleDbType(
String^ miningStructureColumnType
)
static member GetOleDbType :
miningStructureColumnType:string -> OleDbType
public static function GetOleDbType(
miningStructureColumnType : String
) : OleDbType
Параметры
- miningStructureColumnType
Тип: System.String
A reference to a mining structure column type.
Возвращаемое значение
Тип: System.Data.OleDb.OleDbType
Returns an instance of the specified type.