SqlServerDataFeedSource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SqlServerDataFeedSource(String) |
SqlServerDataFeedSource クラスの新しいインスタンスを初期化します。 このコンストラクターは をAzure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource.ConnectionString設定しないため、 プロパティに をSqlServerDataFeedSource.AuthenticationTypeAuthentication割り当てる必要があります。 現時点では、接続文字列なしでは認証のみが SqlConnectionString サポートされています。 別の種類の認証を使用する場合は、「」を参照してください SqlServerDataFeedSource(String, String)。 |
SqlServerDataFeedSource(String, String) |
SqlServerDataFeedSource クラスの新しいインスタンスを初期化します。 このコンストラクターには、 |
SqlServerDataFeedSource(String)
- Source:
- SqlServerDataFeedSource.cs
SqlServerDataFeedSource クラスの新しいインスタンスを初期化します。 このコンストラクターは をAzure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource.ConnectionString設定しないため、 プロパティに をSqlServerDataFeedSource.AuthenticationTypeAuthentication割り当てる必要があります。 現時点では、接続文字列なしでは認証のみが SqlConnectionString サポートされています。 別の種類の認証を使用する場合は、「」を参照してください SqlServerDataFeedSource(String, String)。
public SqlServerDataFeedSource (string query);
new Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource : string -> Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource
Public Sub New (query As String)
パラメーター
- query
- String
取り込むデータを取得するクエリ。
例外
query
が null です。
query
が空です。
適用対象
SqlServerDataFeedSource(String, String)
- Source:
- SqlServerDataFeedSource.cs
SqlServerDataFeedSource クラスの新しいインスタンスを初期化します。 このコンストラクターには、 connectionString
と が必要です。これは、認証の種類 Basic (既定)ManagedIdentityServicePrincipal、または ServicePrincipalInKeyVaultと共に使用することを目的としています。
認証を使用 SqlConnectionString する場合は、「」を参照してください SqlServerDataFeedSource(String)。
public SqlServerDataFeedSource (string connectionString, string query);
new Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource : string * string -> Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource
Public Sub New (connectionString As String, query As String)
パラメーター
- connectionString
- String
接続文字列。
- query
- String
取り込むデータを取得するクエリ。
例外
connectionString
または query
が null です。
connectionString
または query
が空です。
適用対象
Azure SDK for .NET