Compartilhar via


Interface IServerSecurityFacet

An interface that defines members for the SeverSecurityFacet.

Essa API não é compatível com CLS. 

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

Sintaxe

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

O tipo IServerSecurityFacet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CmdExecRightsForSystemAdminsOnly Gets the CmdExecRightsForSystemAdminsOnly property value.
Propriedade pública CommonCriteriaComplianceEnabled Gets the CommonCriteriaComplianceEnabled property value.
Propriedade pública CrossDBOwnershipChainingEnabled Gets or sets the CrossDBOwnershipChainingEnabled property value.
Propriedade pública LoginMode Gets the LoginMode property value.
Propriedade pública ProxyAccountEnabled Gets the ProxyAccountEnabled property value.
Propriedade pública ProxyAccountIsGrantedToPublicRole Gets the ProxyAccountIsGrantedToPublicRole property value.
Propriedade pública PublicServerRoleIsGrantedPermissions Gets the PublicServerRoleIsGrantedPermissions property value.
Propriedade pública ReplaceAlertTokensEnabled Gets or sets the ReplaceAlertTokensEnabled property value.
Propriedade pública XPCmdShellEnabled Gets or sets the XPCmdShellEnabled property value.

Início

Consulte também

Referência