Facets 属性

Gets the collection that contains information about all the facets that are associated with the condition.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<ExtendedPropertyAttribute> _
Public ReadOnly Property Facets As ReadOnlyCollection(Of FacetInfo)
    Get
用法
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>

属性值

类型:System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'FacetInfo> ) > ) >
A FacetInfoCollection object value that specifies all the facets that are associated with the condition.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。