ServiceContractCollection クラス
ServiceContractCollection クラスは、データベースで定義されたすべてのサービス コントラクトを表す ServiceContract オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class ServiceContractCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As ServiceContractCollection
public sealed class ServiceContractCollection : SimpleObjectCollectionBase
public ref class ServiceContractCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ServiceContractCollection =
class
inherit SimpleObjectCollectionBase
end
public final class ServiceContractCollection extends SimpleObjectCollectionBase
説明
ServiceContractCollection オブジェクトは、一連のサービス コントラクトにアクセスするために使用できます。Item プロパティを使用して、特定の ServiceContract オブジェクトを取得できます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo.Broker..::..ServiceContractCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。