Server.IsWindowsGroupMember(String, String) 方法

定義

IsNTGroupMember 方法會為 Windows NT 4.0 或 Microsoft Windows 2000 使用者帳號揭露 Microsoft SQL Server 2000 存取權限的實例。 Cloud 目前不支援 Windows 登入。 而且 SQL 登入不能加入任何 Windows 群組。 因此此方法不支援雲端。

public bool IsWindowsGroupMember(string windowsGroup, string windowsUser);
member this.IsWindowsGroupMember : string * string -> bool
Public Function IsWindowsGroupMember (windowsGroup As String, windowsUser As String) As Boolean

參數

windowsGroup
String
windowsUser
String

傳回

適用於