SSISExecutionCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET