ServiceContractMappingCollection クラス
ServiceContractMappingCollection クラスは、コントラクトで定義されたすべてのメッセージ型を表す ServiceContractMapping オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class ServiceContractMappingCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As ServiceContractMappingCollection
public sealed class ServiceContractMappingCollection : SimpleObjectCollectionBase
public ref class ServiceContractMappingCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ServiceContractMappingCollection =
class
inherit SimpleObjectCollectionBase
end
public final class ServiceContractMappingCollection extends SimpleObjectCollectionBase
説明
ServiceContractMappingCollection オブジェクトは、コントラクトで定義された一連のメッセージ型にアクセスするために使用できます。Item プロパティを使用して、特定の ServiceContractMapping オブジェクトを取得できます。
スレッド セーフ
この型の 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..::..ServiceContractMappingCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。