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