Свойство ConditionExtender.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<Policy>
A PolicyCollection object value that specifies the policies that are dependent on the condition.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

ConditionExtender Класс

Пространство имен Microsoft.SqlServer.Management.Dmf