ConfigurationBase-Klasse
The ConfigurationBase class is a base class that represents configuration information for the instance of SQL Server.
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
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. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..ConfigurationBase
Microsoft.SqlServer.Management.Smo. . :: . .Configuration
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch