Partager via


SsisLogLocation(DataFactoryElement<String>, SsisLogLocationType) Constructeur

Définition

Initialise une nouvelle instance de SsisLogLocation.

public SsisLogLocation (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> logPath, Azure.ResourceManager.DataFactory.Models.SsisLogLocationType locationType);
new Azure.ResourceManager.DataFactory.Models.SsisLogLocation : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.SsisLogLocationType -> Azure.ResourceManager.DataFactory.Models.SsisLogLocation
Public Sub New (logPath As DataFactoryElement(Of String), locationType As SsisLogLocationType)

Paramètres

logPath
DataFactoryElement<String>

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

locationType
SsisLogLocationType

Type d’emplacement du journal SSIS.

Exceptions

logPath a la valeur null.

S’applique à