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