SqlAuthenticationParameters.AuthenticationMethod 属性

定义

获取身份验证方法。

public:
 property Microsoft::Data::SqlClient::SqlAuthenticationMethod AuthenticationMethod { Microsoft::Data::SqlClient::SqlAuthenticationMethod get(); };
public Microsoft.Data.SqlClient.SqlAuthenticationMethod AuthenticationMethod { get; }
member this.AuthenticationMethod : Microsoft.Data.SqlClient.SqlAuthenticationMethod
Public ReadOnly Property AuthenticationMethod As SqlAuthenticationMethod

属性值

身份验证方法。

适用于