SSISExecutionCredential Class

Definition

SSIS package execution credential.

public class SSISExecutionCredential
type SSISExecutionCredential = class
Public Class SSISExecutionCredential
Inheritance
SSISExecutionCredential

Constructors

SSISExecutionCredential()

Initializes a new instance of the SSISExecutionCredential class.

SSISExecutionCredential(Object, Object, SecureString)

Initializes a new instance of the SSISExecutionCredential class.

Properties

Domain

Gets or sets domain for windows authentication.

Password

Gets or sets password for windows authentication.

UserName

Gets or sets useName for windows authentication.

Methods

Validate()

Validate the object.

Applies to