PropertyCollection.ISfcPropertySet.Contains メソッド (String)

name パラメーターで指定したプロパティがプロパティ コレクション内に存在するかどうかを確認します。

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

構文

'宣言
Private Function Contains(Of T) ( _
    name As String _
) As Boolean Implements ISfcPropertySet.Contains
'使用
Dim instance As PropertyCollection 
Dim name As String 
Dim returnValue As Boolean 

returnValue = CType(instance, ISfcPropertySet).Contains(name)
bool ISfcPropertySet.Contains<T>(
    string name
)
private:
generic<typename T>
virtual bool Contains(
    String^ name
) sealed = ISfcPropertySet::Contains
private abstract Contains : 
        name:string -> bool  
private override Contains : 
        name:string -> bool
JScript は汎用の型およびメソッドをサポートしていません。

型パラメーター

  • T
    プロパティ コレクションの種類です。

パラメーター

  • name
    型: System.String
    プロパティの名前を指定する文字列値。

戻り値

型: System.Boolean
ブール値。指定したプロパティがコレクション内に存在する場合は True、それ以外の場合は False です。

実装

ISfcPropertySet.Contains<T>(String)

関連項目

参照

PropertyCollection クラス

Contains オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間