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