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 版支援此命名空間、類別或成員。