ListIPAddresses yöntemi (WMI MSReportServer_ConfigurationSetting)
Rapor sunucu bilgisayar için IP adreslerini listeler.
Sözdizimi
Public Sub ListIPAddresses (ByRef IPAddress() as String, _
ByRef IPVersion()as String, ByRef IsDhcpEnabled () as Boolean, _
ByRef Length as Int32, ByRef HRESULT as Int32)
Public Sub ListIPAddresses (ByRef IPAddress() as String, _
ByRef IPVersion()as String, ByRef IsDhcpEnabled () as Boolean, _
ByRef Length as Int32, ByRef HRESULT as Int32)
public void ListIPAddresses (out string[] IPAddress,
out string[] IPVersion, out bool[] isDhcpEnabled, out int length,
out int HRESULT);
public void ListIPAddresses (out string[] IPAddress,
out string[] IPVersion, out bool[] isDhcpEnabled, out int length,
out int HRESULT);
Parametreler
IPAddress[]
[out] Bilgisayar için IP adresi listesi.IPVersion[]
[out] IP adreslerini sürüm.IsDhcpEnabled[]
[out] IP adreslerini dhcp etkin olup olmadığını gösterir.Length
[out] Yöntemi tarafından döndürülen dizi uzunluğu.HRESULT
[out] Çağrı başarılı veya başarısız olup olmadığını gösteren değer.
Dönüş Değeri
Döner bir HRESULTgösteren başarı veya yöntem çağrısı başarısız. 0 Değeri, yöntem çağrısı başarılı olduğunu gösterir; çağrı başarısız oldu hata kodu gösterir.
Açıklamalar
IPVersionV4, V6 dizelerdir.
Eğer IsDhcpEnabledolan True, IPAddressdinamiktir. ssl bağlantıları için kullanılmamalıdır.
Gereksinimler
Namespace: root\Microsoft\SqlServer\ReportServer\<ÖrnekAdı>\v11\Admin
Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional Service Pack 2 (SP2) veya Service Pack 1 (SP1) veya Windows 2000 (tüm sürümleri)