Partager via


Propriété PartitionFunctionsList

Cette API prend en charge l'infrastructure 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 (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntaxe

'Déclaration
Property PartitionFunctionsList As StringCollection
    Get
    Set
'Utilisation
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.PartitionFunctionsList

instance.PartitionFunctionsList = value
StringCollection PartitionFunctionsList { get; set; }
property StringCollection^ PartitionFunctionsList {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
abstract PartitionFunctionsList : StringCollection with get, set
function get PartitionFunctionsList () : StringCollection
function set PartitionFunctionsList (value : StringCollection)