IPAddressPropertyCollection Class

IPAddressPropertyCollection クラスは、親オブジェクトで定義された IP アドレスのすべての属性を表す IPAddressProperty オブジェクトのコレクションを表します。

名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)

構文

'宣言
Public NotInheritable Class IPAddressPropertyCollection
    Inherits ProtocolPropertyCollection
public sealed class IPAddressPropertyCollection : ProtocolPropertyCollection
public ref class IPAddressPropertyCollection sealed : public ProtocolPropertyCollection
public final class IPAddressPropertyCollection extends ProtocolPropertyCollection
public final class IPAddressPropertyCollection extends ProtocolPropertyCollection

解説

IPAddressPropertyCollection オブジェクトは、一連の IP アドレスの属性にアクセスするために使用できます。

継承階層

System.Object
   Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
    Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IPAddressPropertyCollection Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace