SSISPackageLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SSIS package location.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SSISPackageLocation
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SSISPackageLocation = class
Public Class SSISPackageLocation
- Inheritance
-
SSISPackageLocation
- Attributes
Constructors
SSISPackageLocation() |
Initializes a new instance of the SSISPackageLocation class. |
SSISPackageLocation(Object, String, SecretBase, SSISAccessCredential, Object, SSISAccessCredential, String, Object, String, IList<SSISChildPackage>) |
Initializes a new instance of the SSISPackageLocation class. |
Properties
AccessCredential |
Gets or sets the package access credential. |
ChildPackages |
Gets or sets the embedded child package list. |
ConfigurationAccessCredential |
Gets or sets the configuration file access credential. |
ConfigurationPath |
Gets or sets the configuration file of the package execution. Type: string (or Expression with resultType string). |
PackageContent |
Gets or sets the embedded package content. Type: string (or Expression with resultType string). |
PackageLastModifiedDate |
Gets or sets the embedded package last modified date. |
PackageName |
Gets or sets the package name. |
PackagePassword |
Gets or sets password of the package. |
PackagePath |
Gets or sets the SSIS package path. Type: string (or Expression with resultType string). |
Type |
Gets or sets the type of SSIS package location. Possible values include: 'SSISDB', 'File', 'InlinePackage', 'PackageStore' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET