Partager via


SSISLogLocation Constructeurs

Définition

Surcharges

SSISLogLocation()

Initialise une nouvelle instance de la classe SSISLogLocation.

SSISLogLocation(Object, SSISAccessCredential, Object)

Initialise une nouvelle instance de la classe SSISLogLocation.

SSISLogLocation()

Initialise une nouvelle instance de la classe SSISLogLocation.

public SSISLogLocation ();
Public Sub New ()

S’applique à

SSISLogLocation(Object, SSISAccessCredential, Object)

Initialise une nouvelle instance de la classe SSISLogLocation.

public SSISLogLocation (object logPath, Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential accessCredential = default, object logRefreshInterval = default);
new Microsoft.Azure.Management.DataFactory.Models.SSISLogLocation : obj * Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential * obj -> Microsoft.Azure.Management.DataFactory.Models.SSISLogLocation
Public Sub New (logPath As Object, Optional accessCredential As SSISAccessCredential = Nothing, Optional logRefreshInterval As Object = Nothing)

Paramètres

logPath
Object

Chemin du journal d’exécution du package SSIS. Type : chaîne (ou Expression avec chaîne resultType).

accessCredential
SSISAccessCredential

Informations d’identification d’accès au journal d’exécution du package.

logRefreshInterval
Object

Spécifie l’intervalle d’actualisation du journal. L’intervalle par défaut est de 5 minutes. Type : chaîne (ou Expression avec chaîne resultType), modèle : ((\d+).) ? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).

S’applique à