Freigeben über


ServerInstance-Klasse

The ServerInstance class represents an instance of Microsoft SQL Server.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ServerInstance _
    Inherits WmiSmoObject
'Usage
Dim instance As ServerInstance
public sealed class ServerInstance : WmiSmoObject
public ref class ServerInstance sealed : public WmiSmoObject
[<SealedAttribute>]
type ServerInstance =  
    class
        inherit WmiSmoObject
    end
public final class ServerInstance extends WmiSmoObject

Der ServerInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft Parent Gets the ManagedComputer object that is the parent of the ServerInstance object.
Öffentliche Eigenschaft Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft ServerProtocols Represents a collection of ServerProtocol objects. Each ServerProtocol object represents a server protocol defined on the Microsoft Management Instrumentation (WMI) installation.
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AlterProtocolProperties Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation. (Geerbt von WmiSmoObject.)
Geschützte Methode CheckObjectState Checks the state of the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode CreateProtocolPropertyCollection Creates a set of protocol attributes for the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetPropertyManagementObject Gets the management object for the specified protocol property. (Geerbt von WmiSmoObject.)
Geschützte Methode GetPropertyObject Gets the property from the specified collection with the specified position and value. (Geerbt von WmiSmoObject.)
Geschützte Methode GetProtocolPropertyCollection Returns the protocol property collection for the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplInitialize Initializes the fields of the WmiSmoObjectobject. (Geerbt von WmiSmoObject.)
Öffentliche Methode Initialize Initializes the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode InvokeMgmtMethod(ManagementObject, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, method name, and parameters. (Geerbt von WmiSmoObject.)
Geschützte Methode InvokeMgmtMethod(ManagementObject, ManagementOperationObserver, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters. (Geerbt von WmiSmoObject.)
Geschützte Methode IsObjectInitialized Specifies whether the referenced object is initialized. (Geerbt von WmiSmoObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the referenced object and its properties. (Geerbt von WmiSmoObject.)
Geschützte Methode SetName Sets the name of the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode SetParentImpl Sets the parent of the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode UpdateObjectState Updates the object state. (Geerbt von WmiSmoObject.)
Öffentliche Methode Validate Validates the state of an object. (Geerbt von SmoObjectBase.)

Zum Anfang

Hinweise

With the ServerInstance class you can:

  • Manage protocols and network libraries on an instance of SQL Server.

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.