Compartir a través de


Interfaz IServerSecurityFacet

An interface that defines members for the SeverSecurityFacet.

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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

El tipo IServerSecurityFacet expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CmdExecRightsForSystemAdminsOnly Gets the CmdExecRightsForSystemAdminsOnly property value.
Propiedad pública CommonCriteriaComplianceEnabled Gets the CommonCriteriaComplianceEnabled property value.
Propiedad pública CrossDBOwnershipChainingEnabled Gets or sets the CrossDBOwnershipChainingEnabled property value.
Propiedad pública LoginMode Gets the LoginMode property value.
Propiedad pública ProxyAccountEnabled Gets the ProxyAccountEnabled property value.
Propiedad pública ProxyAccountIsGrantedToPublicRole Gets the ProxyAccountIsGrantedToPublicRole property value.
Propiedad pública PublicServerRoleIsGrantedPermissions Gets the PublicServerRoleIsGrantedPermissions property value.
Propiedad pública ReplaceAlertTokensEnabled Gets or sets the ReplaceAlertTokensEnabled property value.
Propiedad pública XPCmdShellEnabled Gets or sets the XPCmdShellEnabled property value.

Arriba