Partager via


UseCollation propriété

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly :  Microsoft.SqlServer.TransferSqlServerObjectsTask (dans 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 la propriété

Type : System. . :: . .Boolean