IServerSecurityFacet 接口

An interface that defines members for the SeverSecurityFacet.

此 API 不符合 CLS。 

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

语法

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

页首

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间