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 | |
---|---|---|
SfcQueryExpression() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
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 | |
---|---|---|
Expression | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLeafTypeName | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
GetType | (Inherited from Object.) | |
SetExpression | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
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 | |
---|---|---|
IXmlSerializable.GetSchema | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
IXmlSerializable.ReadXml | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
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.