次の方法で共有


Add メソッド (Assembly)

Assembly をコレクションの末尾に追加します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Add ( _
    item As Assembly _
) As Integer
'使用
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    Assembly item
)
public:
int Add(
    Assembly^ item
)
member Add : 
        item:Assembly -> int 
public function Add(
    item : Assembly
) : int

パラメーター

戻り値

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