Share via


DataItem 생성자 (String, String, OleDbType)

Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.

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

매개 변수