다음을 통해 공유


ServerSyncProviderProxy.GetSchema 메서드

서버 데이터베이스에서 테이블 스키마를 가져옵니다.

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
Public Overrides Function GetSchema ( _
    tableNames As Collection(Of String), _
    syncSession As SyncSession _
) As SyncSchema
‘사용 방법
Dim instance As ServerSyncProviderProxy
Dim tableNames As Collection(Of String)
Dim syncSession As SyncSession
Dim returnValue As SyncSchema

returnValue = instance.GetSchema(tableNames, syncSession)
public override SyncSchema GetSchema (
    Collection<string> tableNames,
    SyncSession syncSession
)
public:
virtual SyncSchema^ GetSchema (
    Collection<String^>^ tableNames, 
    SyncSession^ syncSession
) override
public SyncSchema GetSchema (
    Collection<String> tableNames, 
    SyncSession syncSession
)
public override function GetSchema (
    tableNames : Collection<String>, 
    syncSession : SyncSession
) : SyncSchema

매개 변수

  • tableNames
    서버 공급자가 SyncSchema 개체를 가져와야 할 테이블 이름의 컬렉션입니다.
  • syncSession
    현재 동기화 세션에 대한 메타데이터가 포함된 SyncSession 개체입니다.

반환 값

지정한 각 테이블의 스키마가 포함된 SyncSchema 개체입니다.

참고 항목

참조

ServerSyncProviderProxy 클래스
ServerSyncProviderProxy 멤버
Microsoft.Synchronization.Data 네임스페이스