Méthode AddFrom
Adds a classic join to the FROM clause. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub AddFrom ( _
value As String _
)
'Utilisation
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
)
Paramètres
- value
Type : System. . :: . .String
Represents the value of the from to be added.