Freigeben über


StatementBuilder.AddFrom-Methode

Adds a classic join to the FROM clause.

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

Syntax

'Declaration
Public Sub AddFrom ( _
    value As String _
)
'Usage
Dim instance As StatementBuilder 
Dim value As String

instance.AddFrom(value)
public void AddFrom(
    string value
)
public:
void AddFrom(
    String^ value
)
member AddFrom : 
        value:string -> unit
public function AddFrom(
    value : String
)

Parameter

  • value
    Typ: System.String
    Represents the value of the from to be added.

Siehe auch

Verweis

StatementBuilder Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace