Propriété IncludeExtendedProperties
Gets or sets a Boolean indicating whether extended properties are transferred from the source to the target database.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntaxe
'Déclaration
Public Property IncludeExtendedProperties As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
true if extended properties are transferred from the source database to the target database.
Implémente
ITransferSqlServerObjectsTask. . :: . .IncludeExtendedProperties
Notes
The default value is false.