次の方法で共有


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

パラメーター

戻り値

型: Microsoft.AnalysisServices.Account
Account の追加先である、0 から始まるインデックスです。

関連項目

参照

AccountCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間