次の方法で共有


IServerSecurityFacet インターフェイス

SeverSecurityFacet のメンバーを定義するインターフェイスです。

この API は、CLS に準拠していません。 

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

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

IServerSecurityFacet 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ CmdExecRightsForSystemAdminsOnly CmdExecRightsForSystemAdminsOnly プロパティ値を取得します。
パブリック プロパティ CommonCriteriaComplianceEnabled CommonCriteriaComplianceEnabled プロパティ値を取得します。
パブリック プロパティ CrossDBOwnershipChainingEnabled cross DB ownership chaining が有効かどうかを示す値を取得します。値の設定も可能です。
パブリック プロパティ LoginMode LoginMode プロパティ値を取得します。
パブリック プロパティ ProxyAccountEnabled プロキシ アカウントが有効かどうかを示す値を取得します。
パブリック プロパティ ProxyAccountIsGrantedToPublicRole ProxyAccountIsGrantedToPublicRole プロパティ値を取得します。
パブリック プロパティ PublicServerRoleIsGrantedPermissions PublicServerRoleIsGrantedPermissions プロパティ値を取得します。
パブリック プロパティ ReplaceAlertTokensEnabled 置換警告トークンが有効かどうかを取得または設定します。
パブリック プロパティ XPCmdShellEnabled XP コマンド シェルが有効かどうかを取得または設定します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間