ServerIPAddress 클래스

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement

구문

‘선언
Public NotInheritable Class ServerIPAddress _
    Inherits WmiSmoObject
‘사용 방법
Dim instance As ServerIPAddress
public sealed class ServerIPAddress : WmiSmoObject
public ref class ServerIPAddress sealed : public WmiSmoObject
[<SealedAttribute>]
type ServerIPAddress =  
    class
        inherit WmiSmoObject
    end
public final class ServerIPAddress extends WmiSmoObject

주의

With the ServerIPAddress object you can:

  • View the IP address.

  • Manage attributes of the IP address.

To get or set ServerIPAddress object properties or run ServerIPAddress methods, users must be a member of the sysadmin fixed server role.

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.