KeepReplication 속성
Gets or sets a Boolean property value that specifies whether to maintain a replication configuration during a restore operation.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
Public Property KeepReplication As Boolean
Get
Set
‘사용 방법
Dim instance As Restore
Dim value As Boolean
value = instance.KeepReplication
instance.KeepReplication = value
public bool KeepReplication { get; set; }
public:
property bool KeepReplication {
bool get ();
void set (bool value);
}
member KeepReplication : bool with get, set
function get KeepReplication () : boolean
function set KeepReplication (value : boolean)
속성 값
형식: System. . :: . .Boolean
A Boolean value that indicates whether to keep the replication configuration.
If True, the replication configuration is kept in place.
If False (default), the replication configuration is ignored by the restore operation.