FacetInfo 类

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

继承层次结构

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

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

语法

声明
Public NotInheritable Class FacetInfo _
    Implements IDisposable, IComparable
用法
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

FacetInfo 类型公开以下成员。

属性

  名称 说明
公共属性 Description Gets the descriptions of the facet.
公共属性 DisplayName Gets the display name of the facet.
公共属性 EvaluationMode
公共属性 FacetProperties Gets static information about the properties of the facet.
公共属性 FacetPropertyDescriptors Gets the descriptors of the facet properties.
公共属性 FacetType Gets the facet type.
公共属性 Name Gets the name of the facet.
公共属性 TargetTypes Represents a collection of Type objects. Each Type object represents a system type on which the facet operates.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetTargetProperty
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (覆盖 Object. . :: . .ToString() () () ()。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IComparable. . :: . .CompareTo
显式接口实现私有方法 IDisposable. . :: . .Dispose

页首

注释

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

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。