Share via


MergePublication.CopySnapshot 메서드

Copies the snapshot files for the merge publication from the snapshot folder to a destination folder.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Sub CopySnapshot ( _
    destinationFolder As String _
)
‘사용 방법
Dim instance As MergePublication 
Dim destinationFolder As String

instance.CopySnapshot(destinationFolder)
public void CopySnapshot(
    string destinationFolder
)
public:
void CopySnapshot(
    String^ destinationFolder
)
member CopySnapshot : 
        destinationFolder:string -> unit
public function CopySnapshot(
    destinationFolder : String
)

매개 변수

  • destinationFolder
    유형: System.String
    The directory to which the snapshot files are to be copied.

주의

The CopySnapshot method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling CopySnapshot is equivalent to executing sp_copymergesnapshot.

참고 항목

참조

MergePublication 클래스

Microsoft.SqlServer.Replication 네임스페이스