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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET