Proprietà DatabaseRole.IsFixedRole

Gets the Boolean property value that specifies whether the database role is a fixed role or a user-defined role.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public ReadOnly Property IsFixedRole As Boolean 
    Get
'Utilizzo
Dim instance As DatabaseRole 
Dim value As Boolean 

value = instance.IsFixedRole
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsFixedRole { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool IsFixedRole {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsFixedRole : bool
function get IsFixedRole () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether the database role is fixed or user defined.If True, the database role is a fixed role.If False (default), the database role is a user-defined role.

Esempi

Gestione di utenti, ruoli e account di accesso

Vedere anche

Riferimento

DatabaseRole Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Ruoli a livello di database

CREATE ROLE (Transact-SQL)