다음을 통해 공유


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.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.