ServerIPAddress.IPAddressProperties プロパティ

IPAddressProperty オブジェクトのコレクションを表します。 各 IPAddressProperty オブジェクトは、IP アドレスの 1 つの属性を表します。

名前空間:  Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ:  Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)

構文

'宣言
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection 
    Get
'使用
Dim instance As ServerIPAddress 
Dim value As IPAddressPropertyCollection 

value = instance.IPAddressProperties
public IPAddressPropertyCollection IPAddressProperties { get; }
public:
property IPAddressPropertyCollection^ IPAddressProperties {
    IPAddressPropertyCollection^ get ();
}
member IPAddressProperties : IPAddressPropertyCollection
function get IPAddressProperties () : IPAddressPropertyCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
IP アドレスのすべての属性を表す IPAddressPropertyCollection オブジェクトです。

使用例

WMI プロバイダーを使用したサービスの管理とネットワーク設定

関連項目

参照

ServerIPAddress クラス

Microsoft.SqlServer.Management.Smo.Wmi 名前空間

その他の技術情報

WMI and SQL Server

SQL Server データベース エンジンへの接続