次の方法で共有


DataItem コンストラクター (String, String, OleDbType)

指定した OleDbType を使用して、指定したテーブルおよび列に対する DataItem の新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub New ( _
    tableName As String, _
    columnName As String, _
    dataType As OleDbType _
)
'使用
Dim tableName As String 
Dim columnName As String 
Dim dataType As OleDbType 

Dim instance As New DataItem(tableName, _
    columnName, dataType)
public DataItem(
    string tableName,
    string columnName,
    OleDbType dataType
)
public:
DataItem(
    String^ tableName, 
    String^ columnName, 
    OleDbType dataType
)
new : 
        tableName:string * 
        columnName:string * 
        dataType:OleDbType -> DataItem
public function DataItem(
    tableName : String, 
    columnName : String, 
    dataType : OleDbType
)

パラメーター

関連項目

参照

DataItem クラス

DataItem オーバーロード

Microsoft.AnalysisServices 名前空間