Partager via


Propriété ITransferSqlServerObjectsTask.UseCollation

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a value that indicates whether the transfer should use collations.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly :  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntaxe

'Déclaration
Property UseCollation As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ITransferSqlServerObjectsTask 
Dim value As Boolean 

value = instance.UseCollation

instance.UseCollation = value
bool UseCollation { get; set; }
property bool UseCollation {
    bool get ();
    void set (bool value);
}
abstract UseCollation : bool with get, set
function get UseCollation () : boolean 
function set UseCollation (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the transfer includes the collation; otherwise, false.

Voir aussi

Référence

ITransferSqlServerObjectsTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask