次の方法で共有


RemoteServiceBindingCollection クラス

RemoteServiceBindingCollection クラスは、データベースで定義されたすべてのリモート サービス バインドを表す RemoteServiceBinding オブジェクトのコレクションを表します。

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

構文

'宣言
Public NotInheritable Class RemoteServiceBindingCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As RemoteServiceBindingCollection
public sealed class RemoteServiceBindingCollection : SimpleObjectCollectionBase
public ref class RemoteServiceBindingCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type RemoteServiceBindingCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class RemoteServiceBindingCollection extends SimpleObjectCollectionBase

説明

RemoteServiceBindingCollection オブジェクトは、一連のリモート サービス バインドにアクセスするために使用できます。Item プロパティを使用して、特定の RemoteServiceBinding オブジェクトを取得できます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

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