IServerSecurityFacet 接口

An interface that defines members for the SeverSecurityFacet.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<DisplayNameKeyAttribute("ServerSecurityName")> _
<DisplayDescriptionKeyAttribute("ServerSecurityDesc")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Interface IServerSecurityFacet _
    Inherits IDmfFacet
用法
Dim instance As IServerSecurityFacet
[CLSCompliantAttribute(false)]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute("ServerSecurityName")]
[DisplayDescriptionKeyAttribute("ServerSecurityDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface IServerSecurityFacet : IDmfFacet
[CLSCompliantAttribute(false)]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute(L"ServerSecurityName")]
[DisplayDescriptionKeyAttribute(L"ServerSecurityDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface class IServerSecurityFacet : IDmfFacet
[<CLSCompliantAttribute(false)>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")>]
[<DisplayNameKeyAttribute("ServerSecurityName")>]
[<DisplayDescriptionKeyAttribute("ServerSecurityDesc")>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type IServerSecurityFacet =  
    interface
        interface IDmfFacet
    end
public interface IServerSecurityFacet extends IDmfFacet

IServerSecurityFacet 类型公开以下成员。

属性

  名称 说明
公共属性 CmdExecRightsForSystemAdminsOnly Gets the CmdExecRightsForSystemAdminsOnly property value.
公共属性 CommonCriteriaComplianceEnabled Gets the CommonCriteriaComplianceEnabled property value.
公共属性 CrossDBOwnershipChainingEnabled Gets or sets the CrossDBOwnershipChainingEnabled property value.
公共属性 LoginMode Gets the LoginMode property value.
公共属性 ProxyAccountEnabled Gets the ProxyAccountEnabled property value.
公共属性 ProxyAccountIsGrantedToPublicRole Gets the ProxyAccountIsGrantedToPublicRole property value.
公共属性 PublicServerRoleIsGrantedPermissions Gets the PublicServerRoleIsGrantedPermissions property value.
公共属性 ReplaceAlertTokensEnabled Gets or sets the ReplaceAlertTokensEnabled property value.
公共属性 XPCmdShellEnabled Gets or sets the XPCmdShellEnabled property value.

页首