Condividi tramite


Classe ServerRole

The ServerRole object represents a Microsoft SQL Server security role.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcElementTypeAttribute("Role")> _
Public NotInheritable Class ServerRole _
    Inherits NamedSmoObject
'Utilizzo
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

Osservazioni

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

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.