DatabaseRole.EnumRoles Method
Definition
Important
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.
Return the list of database roles the given database role is a member of.
public System.Collections.Specialized.StringCollection EnumRoles ();
member this.EnumRoles : unit -> System.Collections.Specialized.StringCollection
Public Function EnumRoles () As StringCollection