次の方法で共有


ServerProtocol.IPAddresses プロパティ

定義

ServerIPAddress オブジェクトのコレクションを表します。 各 ServerIPAddress オブジェクトは、サーバー プロトコルで定義された 1 つの IP アドレスを表します。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddressCollection ^ IPAddresses { Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddressCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection IPAddresses { get; }
member this.IPAddresses : Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
Public ReadOnly Property IPAddresses As ServerIPAddressCollection

プロパティ値

サーバー プロトコルで定義されたすべての IP アドレスを表す ServerIPAddressCollection オブジェクトです。

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

適用対象