VistaDB 6
VistaDB.Web Namespace / VistaDBRoleProvider Class / DeleteRole Method
The name of the role to delete.
If true, throw an exception if roleName has one or more members and do not delete roleName.


In This Topic
    DeleteRole Method
    In This Topic
    Removes a role from the data source for the configured applicationName.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function DeleteRole( _
       ByVal roleName As System.String, _
       ByVal throwOnPopulatedRole As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBRoleProvider
    Dim roleName As System.String
    Dim throwOnPopulatedRole As System.Boolean
    Dim value As System.Boolean
     
    value = instance.DeleteRole(roleName, throwOnPopulatedRole)
    public override System.bool DeleteRole( 
       System.string roleName,
       System.bool throwOnPopulatedRole
    )

    Parameters

    roleName
    The name of the role to delete.
    throwOnPopulatedRole
    If true, throw an exception if roleName has one or more members and do not delete roleName.

    Return Value

    true if the role was successfully deleted; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also