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.

请参阅

参考

MiningStructureColumnTypes 类

Microsoft.AnalysisServices 命名空间