ApplicationClass 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发现并访问包对象。
public ref class ApplicationClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")]
public class ApplicationClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1A57A728-F8B3-4D6F-AB99-CFE8923513E6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ApplicationClass = class
interface IDTSApplication130
interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("4F0FC44B-C99C-441D-B86A-D60D7E22143D")>]
type ApplicationClass = class
interface IDTSApplication130
interface Application
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0B4B4339-1499-4555-88A8-8C21C530AF19")>]
type ApplicationClass = class
interface IDTSApplication150
interface Application
Public Class ApplicationClass
Implements Application
- 继承
-
ApplicationClass
- 属性
- 实现
构造函数
| 名称 | 说明 |
|---|---|
| ApplicationClass() |
初始化 ApplicationClass 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| CheckSignatureOnLoad |
获取或设置一个值,指示运行时加载包时是否应检查包的数字签名。 |
| ComponentStorePath |
返回存储管道组件的路径。 此属性为只读。 |
| ConnectionInfos |
返回 ConnectionInfos 包含 ConnectionInfo 对象的集合。 此属性为只读。 |
| DataTypeInfos |
返回 DataTypeInfos 包含 DataTypeInfo 对象的集合。 此属性为只读。 |
| DBProviderInfos |
返回 DBProviderInfos 包含 DBProviderInfo 应用对象的集合。 此属性为只读。 |
| ForEachEnumeratorInfos |
返回 ForEachEnumeratorInfos 包含 ForEachEnumeratorInfo 对象的集合。 此属性为只读。 |
| LogProviderInfos |
返回 LogProviderInfos 包含 LogProviderInfo 对象的集合。 此属性为只读。 |
| PackagePassword |
它会设置包裹密码的值。 该属性仅写入。 |
| PackageUpgradeOptions |
获取或设置一个值,指示在升级过程中将应用哪些升级选项给一组集成服务包。 |
| PipelineComponentInfos |
返回 PipelineComponentInfos 包含 PipelineComponentInfo 对象的集合。 |
| ProjectPassword |
它为该包设置项目密码的值。 |
| TaskInfos | |
| UpdateObjects |
获取或设置一个布尔值,指示如果发现更新版本,是否可以在包加载时更新可扩展对象。 |
| UpdatePackage |
获取或设置一个布尔值,指示当发现更新版本时是否可以更新包。 |