IDatabaseSecurityFacet Interface
Security facet interface.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("IDatabaseSecurityFacet_Desc")] [CLSCompliantAttribute(false)] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] [TypeConverterAttribute((LocalizableTypeConverter^::typeid))] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [DisplayNameKeyAttribute("IDatabaseSecurityFacet_Name")] public interface class IDatabaseSecurityFacet : IDmfFacet
| 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. |
Show:
