ReplicationServer.CopySubscriptionDatabase Method
Copies an existing pull subscription database.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
구문
‘선언
Public Sub CopySubscriptionDatabase ( _
databaseName As String, _
fileName As String, _
overwriteExistingFile As Boolean _
)
public void CopySubscriptionDatabase (
string databaseName,
string fileName,
bool overwriteExistingFile
)
public:
void CopySubscriptionDatabase (
String^ databaseName,
String^ fileName,
bool overwriteExistingFile
)
public void CopySubscriptionDatabase (
String databaseName,
String fileName,
boolean overwriteExistingFile
)
public function CopySubscriptionDatabase (
databaseName : String,
fileName : String,
overwriteExistingFile : boolean
)
매개 변수
- databaseName
A string value that specifies the name of a pull subscription database to copy.
- fileName
A string value that specifies the complete path, including file name, to which a copy of the data portion (.mdf) file is saved.
- overwriteExistingFile
A Boolean value that specifies whether or not to overwrite an existing file of the same name specified in the fileName parameter, if there is one.
예외
예외 유형 | 상태 |
---|---|
ApplicationException | When the server is not running on Microsoft SQL Server 2000 or later. |
ArgumentException | If a parameter is null, contains null characters, or exceeds 128 bytes. |
주의
This feature has been deprecated.
Only single file databases can be copied.
The CopySubscriptionDatabase method can be called by a member of the db_owner fixed database role of the database that is being copied.
The CopySubscriptionDatabase method is equivalent to the sp_copysubscription(Transact-SQL) stored procedure.
This method is only available with instances of SQL Server 2000 and SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
ReplicationServer Class
ReplicationServer Members
Microsoft.SqlServer.Replication Namespace