DataSourceViewCollection.Add メソッド (String)
指定した識別子の DataSourceView を作成し、コレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add ( _
name As String _
) As DataSourceView
'使用
Dim instance As DataSourceViewCollection
Dim name As String
Dim returnValue As DataSourceView
returnValue = instance.Add(name)
public DataSourceView Add(
string name
)
public:
DataSourceView^ Add(
String^ name
)
member Add :
name:string -> DataSourceView
public function Add(
name : String
) : DataSourceView
パラメーター
- name
型: System.String
追加する DataSourceView の識別子です。
戻り値
型: Microsoft.AnalysisServices.DataSourceView
DataSourceView の追加先である、0 から始まるインデックスです。