ServerRole-Klasse

The ServerRole object represents a Microsoft SQL Server security role.

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

Syntax

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

Hinweise

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

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.