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.