Propriedade do RDL ConditionExtender.RootFacets
Gets the collection that contains information about all the root level facets that are associated with the condition.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property RootFacets As ReadOnlyCollection(Of FacetInfo)
Get
'Uso
Dim instance As ConditionExtender
Dim value As ReadOnlyCollection(Of FacetInfo)
value = instance.RootFacets
[ExtendedPropertyAttribute]
public ReadOnlyCollection<FacetInfo> RootFacets { get; }
[ExtendedPropertyAttribute]
public:
property ReadOnlyCollection<FacetInfo^>^ RootFacets {
ReadOnlyCollection<FacetInfo^>^ get ();
}
[<ExtendedPropertyAttribute>]
member RootFacets : ReadOnlyCollection<FacetInfo>
function get RootFacets () : ReadOnlyCollection<FacetInfo>
Valor da propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<FacetInfo>
A FacetInfoCollection object value that specifies all the root level facets that are associated with the condition.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.