共用方式為


DataItemCollection.Add 方法 (String, String, OleDbType)

Creates and adds a DataItem, with the specified table name, column name, and data type, to the end of the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Add ( _
    tableName As String, _
    columnName As String, _
    dataType As OleDbType _
) As DataItem
'用途
Dim instance As DataItemCollection 
Dim tableName As String 
Dim columnName As String 
Dim dataType As OleDbType 
Dim returnValue As DataItem 

returnValue = instance.Add(tableName, _
    columnName, dataType)
public DataItem Add(
    string tableName,
    string columnName,
    OleDbType dataType
)
public:
DataItem^ Add(
    String^ tableName, 
    String^ columnName, 
    OleDbType dataType
)
member Add : 
        tableName:string * 
        columnName:string * 
        dataType:OleDbType -> DataItem
public function Add(
    tableName : String, 
    columnName : String, 
    dataType : OleDbType
) : DataItem

參數

傳回值

型別:Microsoft.AnalysisServices.DataItem
A new DataItem with the specified table name, column name, and data type.

請參閱

參考

DataItemCollection 類別

Add 多載

Microsoft.AnalysisServices 命名空間