Visual Studio 2017을 사용하는 것이 좋습니다.
DataItemCollection.Add 메서드 (String, String)
SQL Server 2012
Creates and adds a DataItem, with the specified table name and column name, to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
매개 변수
- tableName
- 유형: System.String
The table name of the DataItem to be added.
- columnName
- 유형: System.String
The column name of the DataItem to be added.
반환 값
유형: Microsoft.AnalysisServices.DataItemA new DataItem with the specified table name and column name.
표시: