Freigeben über


ITransferSqlServerObjectsTask.UseCollation-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Property UseCollation As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

ITransferSqlServerObjectsTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask-Namespace