FacetInfo Class

The FacetInfo object represents a facet information item that is used to record information about the facets.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public NotInheritable Class FacetInfo _
    Implements IDisposable, IComparable
'Usage
Dim instance As FacetInfo
public sealed class FacetInfo : IDisposable, 
    IComparable
public ref class FacetInfo sealed : IDisposable, 
    IComparable
[<SealedAttribute>]
type FacetInfo =  
    class
        interface IDisposable
        interface IComparable
    end
public final class FacetInfo implements IDisposable, IComparable

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dmf.FacetInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.