次の方法で共有


ServerPropertyCollection.Add メソッド (ServerProperty)

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

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

構文

'宣言
Public Function Add ( _
    item As ServerProperty _
) As Integer
'使用
Dim instance As ServerPropertyCollection 
Dim item As ServerProperty 
Dim returnValue As Integer 

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

パラメーター

戻り値

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

関連項目

参照

ServerPropertyCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間