Freigeben über


ConditionExtender.DependentPolicies-Eigenschaft

Gets the policies that are dependent on the condition.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property DependentPolicies As ReadOnlyCollection(Of Policy)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<Policy>
A PolicyCollection object value that specifies the policies that are dependent on the condition.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ConditionExtender Klasse

Microsoft.SqlServer.Management.Dmf-Namespace