IServerSecurityFacet Interface
An interface that defines members for the SeverSecurityFacet.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] [DisplayNameKeyAttribute("ServerSecurityName")] [CLSCompliantAttribute(false)] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")] [DisplayDescriptionKeyAttribute("ServerSecurityDesc")] public interface IServerSecurityFacet : IDmfFacet
Name | Description | |
---|---|---|
![]() | CmdExecRightsForSystemAdminsOnly | Gets the CmdExecRightsForSystemAdminsOnly property value. |
![]() | CommonCriteriaComplianceEnabled | Gets the CommonCriteriaComplianceEnabled property value. |
![]() | CrossDBOwnershipChainingEnabled | Gets or sets a value that indicates whether the cross DB ownership chaining is enabled. |
![]() | LoginMode | Gets the LoginMode property value. |
![]() | ProxyAccountEnabled | Gets a value that indicates whether the proxy account is enabled. |
![]() | ProxyAccountIsGrantedToPublicRole | Gets the ProxyAccountIsGrantedToPublicRole property value. |
![]() | PublicServerRoleIsGrantedPermissions | Gets the PublicServerRoleIsGrantedPermissions property value. |
![]() | ReplaceAlertTokensEnabled | Gets or sets whether the replace alert tokens are enabled. |
![]() | XPCmdShellEnabled | Gets or sets whether the XP command shell is enabled. |
Show: