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 |
获取或设置一个值,该值指示在升级过程中哪些升级选项将应用于 Integration Services 包的集合。 |
PipelineComponentInfos |
返回包含 PipelineComponentInfos 对象的 PipelineComponentInfo 集合。 |
ProjectPassword |
设置包的项目密码值。 |
TaskInfos | |
UpdateObjects |
获取或设置一个布尔值,该值指示在找到更新的版本时是否可以在包加载时更新可扩展对象。 |
UpdatePackage |
获取或设置一个布尔值,该值指示在找到更新的版本时是否可以更新包。 |