次の方法で共有


MessageCollectionBase.Contains Method (Int32, Int32)

指定した ID 値と言語 ID 値のオブジェクトがメッセージ コレクション オブジェクト内に存在するかどうかを示します。

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

構文

'宣言
Public Function Contains ( _
    id As Integer, _
    languageId As Integer _
) As Boolean
public bool Contains (
    int id,
    int languageId
)
public:
bool Contains (
    int id, 
    int languageId
)
public boolean Contains (
    int id, 
    int languageId
)
public function Contains (
    id : int, 
    languageId : int
) : boolean

パラメータ

  • languageId

戻り値

指定した ID 値のオブジェクトが MessageCollectionBase オブジェクト内に存在するかどうかを示す Boolean 値。 True の場合、指定したオブジェクトが MessageCollectionBase に含まれます。 False の場合、指定したオブジェクトは MessageCollectionBase に含まれません。

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。

使用例

Visual Basic .NET でコレクションを使用してオブジェクトを参照する方法

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

MessageCollectionBase Class
MessageCollectionBase Members
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

コレクションの使用