Classe ServerConfigurationAdapter
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class ServerConfigurationAdapter _
Inherits ServerAdapterBase _
Implements IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
'Utilizzo
Dim instance As ServerConfigurationAdapter
public class ServerConfigurationAdapter : ServerAdapterBase,
IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
public ref class ServerConfigurationAdapter : public ServerAdapterBase,
IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
type ServerConfigurationAdapter =
class
inherit ServerAdapterBase
interface IServerPerformanceFacet
interface IDmfAdapter
interface IServerConfigurationFacet
interface IDmfFacet
end
public class ServerConfigurationAdapter extends ServerAdapterBase implements IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
Osservazioni
This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .ServerAdapterBase
Microsoft.SqlServer.Management.Smo..::..ServerConfigurationAdapter
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche