次の方法で共有


IServerSecurityFacet インターフェイス

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 CmdExecRightsForSystemAdminsOnly プロパティ値を取得します。
パブリック プロパティ CommonCriteriaComplianceEnabled CommonCriteriaComplianceEnabled プロパティ値を取得します。
パブリック プロパティ CrossDBOwnershipChainingEnabled CrossDBOwnershipChainingEnabled プロパティ値を取得します。値の設定も可能です。
パブリック プロパティ LoginMode LoginMode プロパティ値を取得します。
パブリック プロパティ ProxyAccountEnabled ProxyAccountEnabled プロパティ値を取得します。
パブリック プロパティ ProxyAccountIsGrantedToPublicRole ProxyAccountIsGrantedToPublicRole プロパティ値を取得します。
パブリック プロパティ PublicServerRoleIsGrantedPermissions PublicServerRoleIsGrantedPermissions プロパティ値を取得します。
パブリック プロパティ ReplaceAlertTokensEnabled ReplaceAlertTokensEnabled プロパティ値を取得します。値の設定も可能です。
パブリック プロパティ XPCmdShellEnabled XPCmdShellEnabled プロパティ値を取得します。値の設定も可能です。

先頭に戻る