DatabaseRole.IsFixedRole Property
SQL Server 2012
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)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)] public bool IsFixedRole { get; }
Property Value
Type: System.BooleanA 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.
