IDatabaseSecurityFacet Interface
SQL Server 2012
Security facet interface.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] [DisplayNameKeyAttribute("IDatabaseSecurityFacet_Name")] [DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_Desc")] [CLSCompliantAttribute(false)] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] public interface IDatabaseSecurityFacet : IDmfFacet
The IDatabaseSecurityFacet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsOwnerSysadmin | Gets a Boolean value that specifies if the DBO is a system administrator. |
![]() | Trustworthy | Gets or sets a Boolean value that specifies if the database is trusted by the instance of SQL Server. |

