Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Name | Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.) |
![]() |
Parent | Gets the ManagedComputer object that is the parent of the ServerInstance object. |
![]() |
Properties | Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.) |
![]() |
ServerProtocols | Represents a collection of ServerProtocol objects. Each ServerProtocol object represents a server protocol defined on the Microsoft Management Instrumentation (WMI) installation. |
![]() |
State | Gets the state of the referenced object. (Geerbt von SmoObjectBase.) |
![]() |
Urn | Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.) |
![]() |
UserData | Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
Initialize | Initializes the referenced object. (Geerbt von WmiSmoObject.) |
![]() |
IsObjectInitialized | Specifies whether the referenced object is initialized. (Geerbt von WmiSmoObject.) |
![]() |
Refresh | Refreshes the referenced object and its properties. (Geerbt von WmiSmoObject.) |
![]() |
SetName | Sets the name of the referenced object. (Geerbt von WmiSmoObject.) |
![]() |
SetParentImpl | Sets the parent of the referenced object. (Geerbt von WmiSmoObject.) |
![]() |
ToString | (Geerbt von Object.) |
![]() |
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. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Beispiele
Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Wmi-Namespace
.gif)
.gif)
.gif)