Share via


User.EnumRoles Method

Enumerates a list of roles of which the database user is a member.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function EnumRoles As StringCollection
'Usage
Dim instance As User
Dim returnValue As StringCollection

returnValue = instance.EnumRoles()
public StringCollection EnumRoles()
public:
StringCollection^ EnumRoles()
member EnumRoles : unit -> StringCollection 
public function EnumRoles() : StringCollection

Return Value

Type: System.Collections.Specialized.StringCollection
A StringCollection system object value that specifies the roles of which the database is a member.