SqlAuthenticationParameters.AuthenticationMethod 属性

定义

获取身份验证方法。

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

属性值

身份验证方法。

适用于