Condividi tramite


TransferSqlServerObjectsTask.GenerateScriptsInUnicode Property

Gets or sets a Boolean that indicates whether the script generated is in Unicode format.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (in microsoft.sqlserver.transfersqlserverobjectstask.dll)

Sintassi

'Dichiarazione
Public Property GenerateScriptsInUnicode As Boolean
public bool GenerateScriptsInUnicode { get; set; }
public:
virtual property bool GenerateScriptsInUnicode {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
public final boolean get_GenerateScriptsInUnicode ()

/** @property */
public final void set_GenerateScriptsInUnicode (boolean value)
public final function get GenerateScriptsInUnicode () : boolean

public final function set GenerateScriptsInUnicode (value : boolean)

Valore proprietà

true if the script is in Unicode format; false otherwise.

Osservazioni

The default value is false

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

TransferSqlServerObjectsTask Class
TransferSqlServerObjectsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace