Expand Minimize
This topic has not yet been rated - Rate this topic

RoleTypes Enumeration

The RoleTypes enumeration contains values that are used to specify the type of role.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[FlagsAttribute]
public enum RoleTypes
Member nameDescription
DatabaseDatabase fixed roles and user-defined roles.
ServerFixed server roles.
AllDatabase roles and server roles.

The RoleTypes enumeration class is served by the EnumMembers method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.