共用方式為


AuthenticationEndpointProtocolOption.AuthenticationTypes 屬性

取得或設定驗證類型。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property AuthenticationTypes As AuthenticationTypes
    Get
    Set
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
    AuthenticationTypes get ();
    void set (AuthenticationTypes value);
}
member AuthenticationTypes : AuthenticationTypes with get, set
function get AuthenticationTypes () : AuthenticationTypes
function set AuthenticationTypes (value : AuthenticationTypes)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
傳回 AuthenticationTypes 列舉值。

.NET Framework 安全性

請參閱

參考

AuthenticationEndpointProtocolOption 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間