Share via


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 네임스페이스