Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the OLE DB type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetOleDbType ( _
miningStructureColumnType As String _
) As OleDbType
'Usage
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
Parameters
- miningStructureColumnType
Type: System.String
A reference to a mining structure column type.
Return Value
Type: System.Data.OleDb.OleDbType
Returns an instance of the specified type.