ServerIPAddress Class

 

The ServerIPAddress class represents the IP address of the server protocol defined on the Windows Management Instrumentation (WMI) installation.

Namespace:   Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

System::Object
  Microsoft.SqlServer.Management.Smo::SmoObjectBase
    Microsoft.SqlServer.Management.Smo.Wmi::WmiSmoObject
      Microsoft.SqlServer.Management.Smo.Wmi::ServerIPAddress

public ref class ServerIPAddress sealed : WmiSmoObject

NameDescription
System_CAPS_pubpropertyIPAddress

Gets the IP address associated with the server.

System_CAPS_pubpropertyIPAddressProperties

Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.

System_CAPS_pubpropertyName

Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object.(Inherited from WmiSmoObject.)

System_CAPS_pubpropertyParent

Gets the ServerProtocol object that is the parent of the ServerIPAddress object.

System_CAPS_pubpropertyProperties

Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.(Inherited from WmiSmoObject.)

System_CAPS_pubpropertyState

Gets the state of the referenced object.(Inherited from SmoObjectBase.)

System_CAPS_pubpropertyUrn

Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.(Inherited from WmiSmoObject.)

System_CAPS_pubpropertyUserData

Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize()

Initializes the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_protmethodIsObjectInitialized()

Specifies whether the referenced object is initialized.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodRefresh()

Refreshes the referenced object and its properties.(Inherited from WmiSmoObject.)

System_CAPS_protmethodSetName(String^)

Sets the name of the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_protmethodSetParentImpl(WmiSmoObject^)

Sets the parent of the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(String^, array<Object^>^)

Validates the state of an object.(Inherited from SmoObjectBase.)

With the ServerIPAddress object you can:

  • View the IP address.

  • Manage attributes of the IP address.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Microsoft.SqlServer.Management.Smo.Wmi Namespace
WMI and SQL Server
Connecting to the SQL Server Database Engine

Return to top
Show: