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