DataSourceCredentials 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
DataSourceCredentials() |
Initializes a new instance of the DataSourceCredentials class. |
DataSourceCredentials(String) |
Initializes a new instance of the DataSourceCredentials class. |
DataSourceCredentials()
- Source:
- DataSourceCredentials.cs
Initializes a new instance of the DataSourceCredentials class.
public DataSourceCredentials ();
Public Sub New ()
Applies to
DataSourceCredentials(String)
- Source:
- DataSourceCredentials.cs
Initializes a new instance of the DataSourceCredentials class.
public DataSourceCredentials (string connectionString = default);
new Microsoft.Azure.Search.Models.DataSourceCredentials : string -> Microsoft.Azure.Search.Models.DataSourceCredentials
Public Sub New (Optional connectionString As String = Nothing)
Parameters
- connectionString
- String
The connection string for the datasource.
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