Partager via


SSISPackageLocation Constructeurs

Définition

Surcharges

SSISPackageLocation()

Initialise une nouvelle instance de la classe SSISPackageLocation.

SSISPackageLocation(Object, String, SecretBase, SSISAccessCredential, Object, SSISAccessCredential, String, Object, String, IList<SSISChildPackage>)

Initialise une nouvelle instance de la classe SSISPackageLocation.

SSISPackageLocation()

Initialise une nouvelle instance de la classe SSISPackageLocation.

public SSISPackageLocation ();
Public Sub New ()

S’applique à

SSISPackageLocation(Object, String, SecretBase, SSISAccessCredential, Object, SSISAccessCredential, String, Object, String, IList<SSISChildPackage>)

Initialise une nouvelle instance de la classe SSISPackageLocation.

public SSISPackageLocation (object packagePath = default, string type = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase packagePassword = default, Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential accessCredential = default, object configurationPath = default, Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential configurationAccessCredential = default, string packageName = default, object packageContent = default, string packageLastModifiedDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage> childPackages = default);
new Microsoft.Azure.Management.DataFactory.Models.SSISPackageLocation : obj * string * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential * obj * Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential * string * obj * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage> -> Microsoft.Azure.Management.DataFactory.Models.SSISPackageLocation
Public Sub New (Optional packagePath As Object = Nothing, Optional type As String = Nothing, Optional packagePassword As SecretBase = Nothing, Optional accessCredential As SSISAccessCredential = Nothing, Optional configurationPath As Object = Nothing, Optional configurationAccessCredential As SSISAccessCredential = Nothing, Optional packageName As String = Nothing, Optional packageContent As Object = Nothing, Optional packageLastModifiedDate As String = Nothing, Optional childPackages As IList(Of SSISChildPackage) = Nothing)

Paramètres

packagePath
Object

Chemin du package SSIS. Type : chaîne (ou Expression avec chaîne resultType).

type
String

Type d’emplacement du package SSIS. Les valeurs possibles sont les suivantes : 'SSISDB', 'File', 'InlinePackage', 'PackageStore'

packagePassword
SecretBase

Mot de passe du package.

accessCredential
SSISAccessCredential

Informations d’identification d’accès au package.

configurationPath
Object

Fichier de configuration de l’exécution du package. Type : chaîne (ou Expression avec chaîne resultType).

configurationAccessCredential
SSISAccessCredential

Informations d’identification d’accès au fichier de configuration.

packageName
String

Nom du package.

packageContent
Object

Contenu du package incorporé. Type : chaîne (ou Expression avec chaîne resultType).

packageLastModifiedDate
String

Date de la dernière modification du package incorporé.

childPackages
IList<SSISChildPackage>

Liste de packages enfants incorporés.

S’applique à