StatementBuilder.AddFrom 메서드
Adds a classic join to the FROM clause.
네임스페이스: 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.