IsFixedRole Propiedad
Gets the Boolean property value that specifies whether the database role is a fixed role or a user-defined role.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property IsFixedRole As Boolean
Get
'Uso
Dim instance As DatabaseRole
Dim value As Boolean
value = instance.IsFixedRole
[SfcPropertyAttribute]
public bool IsFixedRole { get; }
[SfcPropertyAttribute]
public:
property bool IsFixedRole {
bool get ();
}
[<SfcPropertyAttribute>]
member IsFixedRole : bool
function get IsFixedRole () : boolean
Valor de la propiedad
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.
Vea también