Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the database should be reattached or not.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntax
'Declaration
Property ReattachSourceDatabase As Boolean
Get
Set
'Usage
Dim instance As ITransferDatabaseTask
Dim value As Boolean
value = instance.ReattachSourceDatabase
instance.ReattachSourceDatabase = value
bool ReattachSourceDatabase { get; set; }
property bool ReattachSourceDatabase {
bool get ();
void set (bool value);
}
abstract ReattachSourceDatabase : bool with get, set
function get ReattachSourceDatabase () : boolean
function set ReattachSourceDatabase (value : boolean)
Property Value
Type: System.Boolean
true if the database reattaches; otherwise, false.
See Also
Reference
ITransferDatabaseTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace