TransferSqlServerObjectsTask.IncludeExtendedProperties Property

Gets or sets a Boolean indicating whether extended properties are transferred from the source to the target database.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntax

'Declaration
Public Property IncludeExtendedProperties As Boolean
    Get
    Set
'Usage
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean

value = instance.IncludeExtendedProperties

instance.IncludeExtendedProperties = value
public bool IncludeExtendedProperties { get; set; }
public:
virtual property bool IncludeExtendedProperties {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IncludeExtendedProperties : bool with get, set
override IncludeExtendedProperties : bool with get, set
final function get IncludeExtendedProperties () : boolean
final function set IncludeExtendedProperties (value : boolean)

Property Value

Type: System.Boolean
true if extended properties are transferred from the source database to the target database.

Implements

ITransferSqlServerObjectsTask.IncludeExtendedProperties

Remarks

The default value is false.