DependentPolicies 属性

Gets the policies that are dependent on the condition.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<ExtendedPropertyAttribute> _
Public ReadOnly Property DependentPolicies As ReadOnlyCollection(Of Policy)
    Get
用法
Dim instance As ConditionExtender
Dim value As ReadOnlyCollection(Of Policy)

value = instance.DependentPolicies
[ExtendedPropertyAttribute]
public ReadOnlyCollection<Policy> DependentPolicies { get; }
[ExtendedPropertyAttribute]
public:
property ReadOnlyCollection<Policy^>^ DependentPolicies {
    ReadOnlyCollection<Policy^>^ get ();
}
[<ExtendedPropertyAttribute>]
member DependentPolicies : ReadOnlyCollection<Policy>
function get DependentPolicies () : ReadOnlyCollection<Policy>

属性值

类型:System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'Policy> ) > ) >
A PolicyCollection object value that specifies the policies that are dependent on the condition.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。