연결된 복제본의 ID와 같은 직렬화된 메타데이터에 대한 정보를 가져옵니다.
네임스페이스: Microsoft.Synchronization.SimpleProviders
어셈블리: microsoft.synchronization.simpleproviders.dll의 Microsoft.Synchronization.SimpleProviders
구문
‘선언
Public Sub GetSerializedReplicaInfo ( _
filePath As String, _
<OutAttribute> ByRef replicaId As SyncId, _
<OutAttribute> ByRef syncIdFormats As SyncIdFormatGroup _
)
‘사용 방법
Dim instance As SimpleSyncServices
Dim filePath As String
Dim replicaId As SyncId
Dim syncIdFormats As SyncIdFormatGroup
instance.GetSerializedReplicaInfo(filePath, replicaId, syncIdFormats)
public void GetSerializedReplicaInfo (
string filePath,
out SyncId replicaId,
out SyncIdFormatGroup syncIdFormats
)
public:
void GetSerializedReplicaInfo (
String^ filePath,
[OutAttribute] SyncId^% replicaId,
[OutAttribute] SyncIdFormatGroup^% syncIdFormats
)
public void GetSerializedReplicaInfo (
String filePath,
/** @attribute OutAttribute() */ /** @ref */ SyncId replicaId,
/** @attribute OutAttribute() */ /** @ref */ SyncIdFormatGroup syncIdFormats
)
JScript does not support passing value-type arguments by reference.
매개 변수
- filePath
직렬화된 메타데이터가 포함된 파일입니다.
- replicaId
이 메타데이터와 연결된 복제본의 ID입니다.
- syncIdFormats
공급자의 ID 형식 스키마입니다.
참고 항목
참조
SimpleSyncServices 클래스
SimpleSyncServices 멤버
Microsoft.Synchronization.SimpleProviders 네임스페이스