共用方式為


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 命名空間