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.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisPackageLocation+SsisPackageLocationConverter))]
public class SsisPackageLocation
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisPackageLocation+SsisPackageLocationConverter))>]
type SsisPackageLocation = class
Public Class SsisPackageLocation
- Inheritance
-
SsisPackageLocation
- Attributes
Constructors
SsisPackageLocation() |
Initializes a new instance of SsisPackageLocation. |
Properties
AccessCredential |
The package access credential. |
ChildPackages |
The embedded child package list. |
ConfigurationAccessCredential |
The configuration file access credential. |
ConfigurationPath |
The configuration file of the package execution. Type: string (or Expression with resultType string). |
PackageContent |
The embedded package content. Type: string (or Expression with resultType string). |
PackageLastModifiedDate |
The embedded package last modified date. |
PackageName |
The package name. |
PackagePassword |
Password of the package. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString. |
PackagePath |
The SSIS package path. Type: string (or Expression with resultType string). |
Type |
The type of SSIS package location. |
Applies to
Azure SDK for .NET