Application Properties

Include Protected Members
Include Inherited Members

The Application type exposes the following members.

Properties

  Name Description
Public property CheckSignatureOnLoad Gets or sets a value that indicates whether the runtime should check the digital signature of the package when loading the package.
Public property ComponentStorePath Returns the path where pipeline components are stored. This property is read-only.
Public property ConnectionInfos Returns a ConnectionInfos collection that contains ConnectionInfo objects. This property is read-only.
Public property DataTypeInfos Returns a DataTypeInfos collection that contains DataTypeInfo objects. This property is read-only.
Public property DBProviderInfos Returns a DBProviderInfos collection that contains DBProviderInfo objects in the application. This property is read-only.
Public property ForEachEnumeratorInfos Returns a ForEachEnumeratorInfos collection that contains ForEachEnumeratorInfo objects. This property is read-only.
Public property LogProviderInfos Returns a LogProviderInfos collection that contains LogProviderInfo objects. This property is read-only.
Public property PackagePassword Sets the value of the password for the package. This property is write-only.
Public property PackageUpgradeOptions Gets or sets a value that indicates which upgrade options will be applied to a collection of Integration Services packages during the upgrade process.
Public property PipelineComponentInfos Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.
Public property TaskInfos Returns a TaskInfos collection that contains TaskInfo objects. This property is read-only.
Public property UpdateObjects *** Member deprecated; see Remarks. ***    Gets or sets a Boolean that indicates whether extensible objects can be updated at package load time if an updated version is found.
Public property UpdatePackage Gets or sets a Boolean that indicates whether packages can be updated when an updated version is found.

Top