共用方式為


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 版支援此命名空間、類別或成員。