Aracılığıyla paylaş


IServerSecurityFacet Interface

An interface that defines members for the SeverSecurityFacet.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

The IServerSecurityFacet type exposes the following members.

Properties

  Name Description
Public property CmdExecRightsForSystemAdminsOnly Gets the CmdExecRightsForSystemAdminsOnly property value.
Public property CommonCriteriaComplianceEnabled Gets the CommonCriteriaComplianceEnabled property value.
Public property CrossDBOwnershipChainingEnabled Gets or sets a value that indicates whether the cross DB ownership chaining is enabled.
Public property LoginMode Gets the LoginMode property value.
Public property ProxyAccountEnabled Gets a value that indicates whether the proxy account is enabled.
Public property ProxyAccountIsGrantedToPublicRole Gets the ProxyAccountIsGrantedToPublicRole property value.
Public property PublicServerRoleIsGrantedPermissions Gets the PublicServerRoleIsGrantedPermissions property value.
Public property ReplaceAlertTokensEnabled Gets or sets whether the replace alert tokens are enabled.
Public property XPCmdShellEnabled Gets or sets whether the XP command shell is enabled.

Top

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace