IDatabaseRole.IsFixedRole 속성

Gets a value that indicates whether the database role is a fixed role or a user-defined role.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property IsFixedRole As Boolean 
    Get
‘사용 방법
Dim instance As IDatabaseRole 
Dim value As Boolean 

value = instance.IsFixedRole
bool IsFixedRole { get; }
property bool IsFixedRole {
    bool get ();
}
abstract IsFixedRole : bool
function get IsFixedRole () : boolean

속성 값

유형: System.Boolean
true if the database role is a fixed role; otherwise, false.

참고 항목

참조

IDatabaseRole 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스