Add メソッド (Dependency)

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。指定された Dependency オブジェクトをコレクションに追加します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function Add ( _
    value As Dependency _
) As Integer
'使用
Dim instance As DependencyChainCollection
Dim value As Dependency
Dim returnValue As Integer

returnValue = instance.Add(value)
public int Add(
    Dependency value
)
public:
int Add(
    Dependency^ value
)
member Add : 
        value:Dependency -> int 
public function Add(
    value : Dependency
) : int

パラメーター

戻り値

型: System. . :: . .Int32
Dependency オブジェクトが追加されたインデックスです。