Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property From As StringBuilder
Get
Set
'Usage
Dim instance As StatementBuilder
Dim value As StringBuilder
value = instance.From
instance.From = value
public StringBuilder From { get; set; }
public:
property StringBuilder^ From {
StringBuilder^ get ();
void set (StringBuilder^ value);
}
member From : StringBuilder with get, set
function get From () : StringBuilder
function set From (value : StringBuilder)
Property Value
Type: System.Text.StringBuilder
The FROM clause.