共用方式為


IsFixedRole 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property IsFixedRole As Boolean
    Get
'用途
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

屬性值

型別: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.