Método StatementBuilder.AddJoin
Adds a new syntax join to the FROM clause
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub AddJoin ( _
value As String _
)
'Uso
Dim instance As StatementBuilder
Dim value As String
instance.AddJoin(value)
public void AddJoin(
string value
)
public:
void AddJoin(
String^ value
)
member AddJoin :
value:string -> unit
public function AddJoin(
value : String
)
Parâmetros
- value
Tipo: System.String
Represents the value of the object to be added.