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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET