다음을 통해 공유


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 버전에서만 지원됩니다.