SfcQueryExpression Class

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcQueryExpression _
    Implements IXmlSerializable
'Usage
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

The SfcQueryExpression type exposes the following members.

Constructors

  Name Description
Public method SfcQueryExpression() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Public method SfcQueryExpression(String) Initializes a new instance of the SfcQueryExpression class with the specified file path. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property Expression Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Public property ExpressionSkeleton Gets the expression as a string stripped of all filters. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLeafTypeName Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Public method GetType (Inherited from Object.)
Public method SetExpression Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Public method ToString Returns a string that represents SfcQueryExpression. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.ToString().)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Top

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.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace