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
)
パラメーター
- tableName
型: System. . :: . .String
テーブルの名前を表す System.String です。
- columnName
型: System. . :: . .String
列の名前を表す System.String です。
- dataType
型: System.Data.OleDb. . :: . .OleDbType
DataItem の OleDbType 型です。