Поделиться через


Application Class

Discovers and accesses Package objects. It can also access collections and properties that contain information about the system.

Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Синтаксис

'Декларация
Public Class Application
    Inherits DtsObject
public class Application : DtsObject
public ref class Application : public DtsObject
public class Application extends DtsObject
public class Application extends DtsObject

Замечания

The Application object is a system discovery and package access mechanism.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.Application

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Application Members
Microsoft.SqlServer.Dts.Runtime Namespace