Sdílet prostřednictvím


SsisAccessCredential(Object, Object, SecretBase) Constructor

Definition

Initializes a new instance of SsisAccessCredential.

public SsisAccessCredential (object domain, object userName, Azure.Analytics.Synapse.Artifacts.Models.SecretBase password);
new Azure.Analytics.Synapse.Artifacts.Models.SsisAccessCredential : obj * obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase -> Azure.Analytics.Synapse.Artifacts.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. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Exceptions

domain, userName or password is null.

Applies to