Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
An interface that defines members for the SeverSecurityFacet.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<DisplayDescriptionKeyAttribute("ServerSecurityDesc")> _
<DisplayNameKeyAttribute("ServerSecurityName")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
Public Interface IServerSecurityFacet _
Inherits IDmfFacet
'Usage
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
Der IServerSecurityFacet-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
CmdExecRightsForSystemAdminsOnly | Gets the CmdExecRightsForSystemAdminsOnly property value. |
![]() |
CommonCriteriaComplianceEnabled | Gets the CommonCriteriaComplianceEnabled property value. |
![]() |
CrossDBOwnershipChainingEnabled | Gets or sets a value that indicates whether the cross DB ownership chaining is enabled. |
![]() |
LoginMode | Gets the LoginMode property value. |
![]() |
ProxyAccountEnabled | Gets a value that indicates whether the proxy account is enabled. |
![]() |
ProxyAccountIsGrantedToPublicRole | Gets the ProxyAccountIsGrantedToPublicRole property value. |
![]() |
PublicServerRoleIsGrantedPermissions | Gets the PublicServerRoleIsGrantedPermissions property value. |
![]() |
ReplaceAlertTokensEnabled | Gets or sets whether the replace alert tokens are enabled. |
![]() |
XPCmdShellEnabled | Gets or sets whether the XP command shell is enabled. |
Zum Anfang
.gif)