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