AuthenticationType 列舉

定義

指定資料庫主體的認證類型

public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
繼承
AuthenticationType

欄位

名稱 Description
None 0

指定無登入的 SQL 使用者、以憑證映射的使用者,或以非對稱鍵對應的使用者。

Instance 1

指定使用者被映射到登入帳號。

Database 2

指定使用者有密碼。

Windows 3

指定使用者為 Windows 使用者或群組。

External 4

指定使用者為外部使用者或群組。

適用於