SsisExecutionCredential interface

SSIS package execution credential.

Properties

domain

Domain for windows authentication. Type: string (or Expression with resultType string).

password

Password for windows authentication.

userName

UseName for windows authentication. Type: string (or Expression with resultType string).

Property Details

domain

Domain for windows authentication. Type: string (or Expression with resultType string).

domain: any

Property Value

any

password

Password for windows authentication.

password: SecureString

Property Value

userName

UseName for windows authentication. Type: string (or Expression with resultType string).

userName: any

Property Value

any