다음을 통해 공유


DatabaseRole.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(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public ReadOnly Property IsFixedRole As Boolean 
    Get
‘사용 방법
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

속성 값

유형: 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.

사용자, 역할 및 로그인 관리

참고 항목

참조

DatabaseRole 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 수준 역할

CREATE ROLE(Transact-SQL)