你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OracleServiceCloudLinkedService(Object, Object, SecretBase) Constructor

Definition

Initializes a new instance of OracleServiceCloudLinkedService.

public OracleServiceCloudLinkedService(object host, object username, Azure.Analytics.Synapse.Artifacts.Models.SecretBase password);
new Azure.Analytics.Synapse.Artifacts.Models.OracleServiceCloudLinkedService : obj * obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase -> Azure.Analytics.Synapse.Artifacts.Models.OracleServiceCloudLinkedService
Public Sub New (host As Object, username As Object, password As SecretBase)

Parameters

host
Object

The URL of the Oracle Service Cloud instance.

username
Object

The user name that you use to access Oracle Service Cloud server.

password
SecretBase

The password corresponding to the user name that you provided in the username key. 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

host, username or password is null.

Applies to