ServerProtocol.IPAddresses プロパティ

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

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

構文

'宣言
Public ReadOnly Property IPAddresses As ServerIPAddressCollection 
    Get
'使用
Dim instance As ServerProtocol 
Dim value As ServerIPAddressCollection 

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

プロパティ値

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

使用例

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

関連項目

参照

ServerProtocol クラス

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

その他の技術情報

WMI and SQL Server

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