StatementBuilder Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class StatementBuilder
'Usage
Dim instance As StatementBuilder
[ComVisibleAttribute(false)]
public class StatementBuilder
[ComVisibleAttribute(false)]
public ref class StatementBuilder
[<ComVisibleAttribute(false)>]
type StatementBuilder = class end
public class StatementBuilder
The StatementBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatementBuilder | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Distinct | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
From | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
IsFirstJoin | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SqlPostfix | Gets the postfix statement. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SqlStatement | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
AddCondition | Adds a condition which if it is true will make the result set empty. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddElement | Adds the value to a string builder using the specified delimiters. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddFields | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddFrom | Adds a classic join to the FROM clause. | |
AddJoin | Adds a new syntax join to the FROM clause | |
AddOrderBy(String) | Adds a new syntax to the ORDER BY clause | |
AddOrderBy(String, String, OrderBy.Direction) | Adds order by clause using name if the property appears in the select list if not, by value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddPostfix | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddPrefix | Adds a prefix to the statement. | |
AddProperty | Adds property to the SELECT list with specified name and value. | |
AddUrn | Adds the statement to the Unified Resource Name with the specified value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
AddWhere | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ClearFailCondition | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSqlNoPrefixPostfix | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetType | (Inherited from Object.) | |
IsEmpty | Returns a value whether the object is empty. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MakeCopy | Makes a copy of the StatementBuilder class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
Merge | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ToString | (Inherited from Object.) |
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.