Server.IsWindowsGroupMember(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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