Freigeben über


SmoApplication Class

The SmoApplication class represents a Microsoft SQL Server Management Objects (SMO) application with respect to event management.

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

Syntax

'Declaration
Public Class SmoApplication
public class SmoApplication
public ref class SmoApplication
public class SmoApplication
public class SmoApplication

Hinweise

Aktualisierter Text:

The SmoApplication object can be used to enumerate all the instances of SQL Server available to the application.

Events reside on the SmoApplication object.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.SmoApplication

Beispiel

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

SmoApplication Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

Handling SMO Events