ProtocolPropertyCollection クラス
ProtocolPropertyCollection クラスは、親オブジェクトで定義されたプロトコルのすべての属性を表す ProtocolProperty オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public MustInherit Class ProtocolPropertyCollection _
Implements ICollection, IEnumerable
'使用
Dim instance As ProtocolPropertyCollection
public abstract class ProtocolPropertyCollection : ICollection,
IEnumerable
public ref class ProtocolPropertyCollection abstract : ICollection,
IEnumerable
[<AbstractClassAttribute>]
type ProtocolPropertyCollection =
class
interface ICollection
interface IEnumerable
end
public abstract class ProtocolPropertyCollection implements ICollection, IEnumerable
説明
ProtocolPropertyCollection オブジェクトは、ServerProtocolPropertyCollection オブジェクト、IPAddressPropertyCollection オブジェクト、および ClientProtocolPropertyCollection オブジェクトの作成に使用されます。また、このオブジェクトにはすべてのオブジェクトに共通する機能が含まれます。
ProtocolPropertyCollection オブジェクトを使用して、一連のプロトコルの属性にアクセスできます。特定の ProtocolProperty オブジェクトを取得するには、Item プロパティを使用します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.Wmi..::..ProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ClientProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .IPAddressPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocolPropertyCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。