Поделиться через


Интерфейс IServerSecurityFacet

An interface that defines members for the SeverSecurityFacet.

Этот API-интерфейс несовместим с CLS. 

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("ServerSecurityName")> _
<DisplayDescriptionKeyAttribute("ServerSecurityDesc")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<CLSCompliantAttribute(False)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
Public Interface IServerSecurityFacet _
    Inherits IDmfFacet
'Применение
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

Тип IServerSecurityFacet обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство CmdExecRightsForSystemAdminsOnly Gets the CmdExecRightsForSystemAdminsOnly property value.
Открытое свойство CommonCriteriaComplianceEnabled Gets the CommonCriteriaComplianceEnabled property value.
Открытое свойство CrossDBOwnershipChainingEnabled Gets or sets the CrossDBOwnershipChainingEnabled property value.
Открытое свойство LoginMode Gets the LoginMode property value.
Открытое свойство ProxyAccountEnabled Gets the ProxyAccountEnabled property value.
Открытое свойство ProxyAccountIsGrantedToPublicRole Gets the ProxyAccountIsGrantedToPublicRole property value.
Открытое свойство PublicServerRoleIsGrantedPermissions Gets the PublicServerRoleIsGrantedPermissions property value.
Открытое свойство ReplaceAlertTokensEnabled Gets or sets the ReplaceAlertTokensEnabled property value.
Открытое свойство XPCmdShellEnabled Gets or sets the XPCmdShellEnabled property value.

В начало