SfcQueryExpression 类

标识为仅供参考。不提供支持。不保证以后的兼容性。

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression

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

语法

声明
Public NotInheritable Class SfcQueryExpression _
    Implements IXmlSerializable
用法
Dim instance As SfcQueryExpression
public sealed class SfcQueryExpression : IXmlSerializable
public ref class SfcQueryExpression sealed : IXmlSerializable
[<SealedAttribute>]
type SfcQueryExpression =  
    class 
        interface IXmlSerializable 
    end
public final class SfcQueryExpression implements IXmlSerializable

SfcQueryExpression 类型公开以下成员。

构造函数

  名称 说明
公共方法 SfcQueryExpression() 标识为仅供参考。不提供支持。不保证以后的兼容性。
公共方法 SfcQueryExpression(String) Initializes a new instance of the SfcQueryExpression class with the specified file path. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

属性

  名称 说明
公共属性 Expression 标识为仅供参考。不提供支持。不保证以后的兼容性。
公共属性 ExpressionSkeleton Gets the expression as a string stripped of all filters. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLeafTypeName 标识为仅供参考。不提供支持。不保证以后的兼容性。
公共方法 GetType (从 Object 继承。)
公共方法 SetExpression 标识为仅供参考。不提供支持。不保证以后的兼容性。
公共方法 ToString Returns a string that represents SfcQueryExpression. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object.ToString()。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IXmlSerializable.GetSchema 标识为仅供参考。不提供支持。不保证以后的兼容性。
显式接口实现私有方法 IXmlSerializable.ReadXml 标识为仅供参考。不提供支持。不保证以后的兼容性。
显式接口实现私有方法 IXmlSerializable.WriteXml 标识为仅供参考。不提供支持。不保证以后的兼容性。

页首

线程安全

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

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间