Compartilhar via


Propriedade do RDL ConditionExtender.Facets

Gets the collection that contains information about all the 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 Facets As ReadOnlyCollection(Of FacetInfo)
    Get
'Uso
Dim instance As ConditionExtender 
Dim value As ReadOnlyCollection(Of FacetInfo)

value = instance.Facets
[ExtendedPropertyAttribute]
public ReadOnlyCollection<FacetInfo> Facets { get; }
[ExtendedPropertyAttribute]
public:
property ReadOnlyCollection<FacetInfo^>^ Facets {
    ReadOnlyCollection<FacetInfo^>^ get ();
}
[<ExtendedPropertyAttribute>]
member Facets : ReadOnlyCollection<FacetInfo>
function get Facets () : ReadOnlyCollection<FacetInfo>

Valor da propriedade

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<FacetInfo>
A FacetInfoCollection object value that specifies all the 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.

Consulte também

Referência

ConditionExtender Classe

Namespace Microsoft.SqlServer.Management.Dmf