共用方式為


PolicyStore 類別

The PolicyStore object represents a policy-based Management policy store that holds information about policies, conditions, object sets, and subscriptions.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public NotInheritable Class PolicyStore _
    Inherits SfcInstance _
    Implements ISfcAlterable, IAlterable, ISfcDomain, ISfcHasConnection,  _
    ISfcSerializableUpgrade, ISfcValidate
'用途
Dim instance As PolicyStore
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public sealed class PolicyStore : SfcInstance, 
    ISfcAlterable, IAlterable, ISfcDomain, ISfcHasConnection, ISfcSerializableUpgrade, 
    ISfcValidate
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public ref class PolicyStore sealed : public SfcInstance, 
    ISfcAlterable, IAlterable, ISfcDomain, ISfcHasConnection, ISfcSerializableUpgrade, 
    ISfcValidate
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type PolicyStore =  
    class
        inherit SfcInstance
        interface ISfcAlterable
        interface IAlterable
        interface ISfcDomain
        interface ISfcHasConnection
        interface ISfcSerializableUpgrade
        interface ISfcValidate
    end
public final class PolicyStore extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDomain, ISfcHasConnection, ISfcSerializableUpgrade, ISfcValidate

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

繼承階層

System. . :: . .Object
  SfcInstance
    Microsoft.SqlServer.Management.Dmf..::..PolicyStore

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。