Partager via


CopyAllPartitionFunctions 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 CopyAllPartitionFunctions As Boolean
    Get
    Set
'Utilisation
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllPartitionFunctions

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

Valeur de la propriété

Type : System. . :: . .Boolean