Sdílet prostřednictvím


SqlServerDataFeedSource.Authentication Property

Definition

The method used to authenticate to this SqlServerDataFeedSource. Be aware that some authentication types require you to have a DataSourceCredentialEntity in the service. In this case, you also need to set the property DataSourceCredentialId to specify which credential to use. Defaults to Basic.

public Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource.AuthenticationType? Authentication { get; set; }
member this.Authentication : Nullable<Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource.AuthenticationType> with get, set
Public Property Authentication As Nullable(Of SqlServerDataFeedSource.AuthenticationType)

Property Value

Applies to