ReplicationObject.Decouple 메서드

Decouples the referenced replication object from the server.

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

구문

‘선언
Public Sub Decouple
‘사용 방법
Dim instance As ReplicationObject

instance.Decouple()
public void Decouple()
public:
void Decouple()
member Decouple : unit -> unit
public function Decouple()

주의

Decoupling the object from the server allows renaming of the object, setting of a new ServerConnection, or changing other properties before creating the object on the server.

This method is useful when using an existing object as a template to create another object on the server or on a different server. Make sure that the new name of the object is not the same as an existing object on the server. Also, security information needs to be entered for the new object because the password cannot be retrieved.

참고 항목

참조

ReplicationObject 클래스

Microsoft.SqlServer.Replication 네임스페이스