Classe ServerRole

The ServerRole object represents a Microsoft SQL Server security role.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcElementTypeAttribute("Role")> _
Public NotInheritable Class ServerRole _
    Inherits NamedSmoObject
'Utilisation
Dim instance As ServerRole
[SfcElementTypeAttribute("Role")]
public sealed class ServerRole : NamedSmoObject
[SfcElementTypeAttribute(L"Role")]
public ref class ServerRole sealed : public NamedSmoObject
[<SealedAttribute>]
[<SfcElementTypeAttribute("Role")>]
type ServerRole =  
    class
        inherit NamedSmoObject
    end
public final class ServerRole extends NamedSmoObject

Notes

To get ServerRole object properties, users can be a member of the public fixed server role.

To add or remove members from a fixed server role, users must have ALTER ANY LOGIN permission on the server or be a member of the sysadmin fixed server role.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.