ConfigurationBase-Klasse

The ConfigurationBase class is a base class that represents configuration information for the instance of SQL Server.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.ConfigurationBase
    Microsoft.SqlServer.Management.Smo.Configuration

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

Syntax

'Declaration
Public Class ConfigurationBase
'Usage
Dim instance As ConfigurationBase
public class ConfigurationBase
public ref class ConfigurationBase
type ConfigurationBase =  class end
public class ConfigurationBase

Der ConfigurationBase-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Parent Gets the Server object that is the parent of the Configuration object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Alter() Updates the Configuration object property changes on the instance of SQL Server. 
Öffentliche Methode Alter(Boolean) Updates the Configuration object property changes on the instance of SQL Server. 
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the Configuration object properties.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

The ConfigurationBase class is used in the construction of the Configuration object.

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

Konfigurieren von SQL Server in SMO

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-Namespace

Andere Ressourcen

Serverkonfigurationsoptionen

sp_configure (Transact-SQL)