Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the current user is a member of the given group or role in the current database
public bool IsMember (string groupOrRole);
member this.IsMember : string -> bool
Public Function IsMember (groupOrRole As String) As Boolean