SSISAccessCredential Constructors
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.
Overloads
SSISAccessCredential() |
Initializes a new instance of the SSISAccessCredential class. |
SSISAccessCredential(Object, Object, SecretBase) |
Initializes a new instance of the SSISAccessCredential class. |
SSISAccessCredential()
Initializes a new instance of the SSISAccessCredential class.
public SSISAccessCredential ();
Public Sub New ()
Applies to
SSISAccessCredential(Object, Object, SecretBase)
Initializes a new instance of the SSISAccessCredential class.
public SSISAccessCredential (object domain, object userName, Microsoft.Azure.Management.DataFactory.Models.SecretBase password);
new Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential : obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential
Public Sub New (domain As Object, userName As Object, password As SecretBase)
Parameters
- domain
- Object
Domain for windows authentication.
- userName
- Object
UseName for windows authentication.
- password
- SecretBase
Password for windows authentication.
Applies to
Azure SDK for .NET