次の方法で共有


SimpleObjectCollectionBase.Contains メソッド

指定したオブジェクトがコレクション内に存在するかどうかを確認します。

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

構文

'宣言
Public Function Contains ( _
    name As String _
) As Boolean
'使用
Dim instance As SimpleObjectCollectionBase 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(name)
public bool Contains(
    string name
)
public:
bool Contains(
    String^ name
)
member Contains : 
        name:string -> bool
public function Contains(
    name : String
) : boolean

パラメーター

戻り値

型: System.Boolean
指定したオブジェクトがコレクション内に存在するかどうかを示す Boolean 値です。True の場合、指定したオブジェクトはコレクション内に存在します。False の場合、指定したオブジェクトはコレクション内に存在しません。

使用例

コレクションの使用

関連項目

参照

SimpleObjectCollectionBase クラス

Microsoft.SqlServer.Management.Smo 名前空間