SqlCeRemoteDataAccess.Pull 메서드 (String, String, String)

이 유형에는 .NET Framework for Silverlight 클래스 라이브러리에서 내부적으로만 사용할 수 있도록 제한하는 SecurityCriticalAttribute 특성이 있습니다. 이러한 유형의 멤버를 사용하는 응용 프로그램 코드에서 MethodAccessException이 발생합니다.

[보안 중요]

원격 SQL Server 데이터베이스에서 데이터를 다운로드하고 로컬 SQL Server Compact 데이터베이스의 단일 테이블에 해당 데이터를 저장합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Sub Pull ( _
    localTableName As String, _
    sqlSelectString As String, _
    oleDBConnectionString As String _
)
‘사용 방법
Dim instance As SqlCeRemoteDataAccess
Dim localTableName As String
Dim sqlSelectString As String
Dim oleDBConnectionString As String

instance.Pull(localTableName, sqlSelectString, _
    oleDBConnectionString)
public void Pull(
    string localTableName,
    string sqlSelectString,
    string oleDBConnectionString
)
public:
void Pull(
    String^ localTableName, 
    String^ sqlSelectString, 
    String^ oleDBConnectionString
)
member Pull : 
        localTableName:string * 
        sqlSelectString:string * 
        oleDBConnectionString:string -> unit 
public function Pull(
    localTableName : String, 
    sqlSelectString : String, 
    oleDBConnectionString : String
)

매개 변수

  • localTableName
    유형: System.String
    추출된 SQL Server 레코드를 받을 SQL Server Compact 테이블의 이름입니다. 테이블이 이미 존재하는 경우에는 오류가 발생합니다.
  • sqlSelectString
    유형: System.String
    SELECT 문과 저장 프로시저를 포함하는 모든 유효한 Transact-SQL 문으로, SQL Server Compact 데이터베이스에 저장하기 위해 SQL Server 데이터베이스에서 추출할 테이블, 열 및 레코드를 여기에 지정합니다.

참고 항목

참조

SqlCeRemoteDataAccess 클래스

Pull 오버로드

System.Data.SqlServerCe 네임스페이스