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
<CLSCompliantAttribute(False)> _
<DisplayDescriptionKeyAttribute("ServerSecurityDesc")> _
<DisplayNameKeyAttribute("ServerSecurityName")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
Public Interface IServerSecurityFacet _
    Inherits IDmfFacet
'Uso
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

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 a value that indicates whether the cross DB ownership chaining is enabled.
Propiedad pública LoginMode Gets the LoginMode property value.
Propiedad pública ProxyAccountEnabled Gets a value that indicates whether the proxy account is enabled.
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 whether the replace alert tokens are enabled.
Propiedad pública XPCmdShellEnabled Gets or sets whether the XP command shell is enabled.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo