DatabaseRole.IsFixedRole Property
Gets the Boolean property value that specifies whether the database role is a fixed role or a user-defined role.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property IsFixedRole As Boolean
[SfcPropertyAttribute]
public bool IsFixedRole { get; }
[SfcPropertyAttribute]
public:
property bool IsFixedRole {
bool get ();
}
/** @property */
public boolean get_IsFixedRole ()
public function get IsFixedRole () : boolean
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also