Contains メソッド (Dependency)

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

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

構文

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

returnValue = instance.Contains(value)
public bool Contains(
    Dependency value
)
public:
bool Contains(
    Dependency^ value
)
member Contains : 
        value:Dependency -> bool 
public function Contains(
    value : Dependency
) : boolean

パラメーター

戻り値

型: System. . :: . .Boolean
value がコレクション内に存在する場合は true、それ以外の場合は false です。