AddFrom Método
Adds a classic join to the FROM clause. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub AddFrom ( _
value As String _
)
'Uso
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
)
Parámetros
- value
Tipo: System. . :: . .String
Represents the value of the from to be added.
Vea también