AddFrom 方法
Adds a classic join to the FROM clause. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub AddFrom ( _
value As String _
)
用法
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
)
参数
- value
类型:System. . :: . .String
Represents the value of the from to be added.