SSISAccessCredential 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 access credential.
public class SSISAccessCredential
type SSISAccessCredential = class
Public Class SSISAccessCredential
- Inheritance
-
SSISAccessCredential
Constructors
| Name | Description |
|---|---|
| SSISAccessCredential() |
Initializes a new instance of the SSISAccessCredential class. |
| SSISAccessCredential(Object, Object, SecretBase) |
Initializes a new instance of the SSISAccessCredential class. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Validate() |
Validate the object. |