CopyAllDefaults 屬性
Gets or sets a Boolean indicating that the transfer includes the SQL Server defaults.
命名空間: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
組件: Microsoft.SqlServer.TransferSqlServerObjectsTask (在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)
語法
'宣告
Public Property CopyAllDefaults As Boolean
Get
Set
'用途
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllDefaults
instance.CopyAllDefaults = value
public bool CopyAllDefaults { get; set; }
public:
virtual property bool CopyAllDefaults {
bool get () sealed;
void set (bool value) sealed;
}
abstract CopyAllDefaults : bool with get, set
override CopyAllDefaults : bool with get, set
final function get CopyAllDefaults () : boolean
final function set CopyAllDefaults (value : boolean)
屬性值
型別:System. . :: . .Boolean
true indicates that SQL Server defaults are transferred from the source to the target database. false indicates that only objects found in the DefaultsList are transferred.