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