ServerIPAddress.IPAddress Property
Gets the IP address associated with the server.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in microsoft.sqlserver.sqlwmimanagement.dll)
Syntax
'Deklaracja
Public ReadOnly Property IPAddress As IPAddress
public IPAddress IPAddress { get; }
public:
property IPAddress^ IPAddress {
IPAddress^ get ();
}
/** @property */
public IPAddress get_IPAddress ()
public function get IPAddress () : IPAddress
Property Value
An IPAddress system object value that specifies the IP address of the server.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also