Propriedade do RDL ConditionExtender.DependentPolicies
Gets the policies that are dependent on the condition.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property DependentPolicies As ReadOnlyCollection(Of Policy)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<Policy>
A PolicyCollection object value that specifies the policies that are dependent on the condition.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.