Condividi tramite


Proprietà PartitionFunctionsList

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintassi

'Dichiarazione
Property PartitionFunctionsList As StringCollection
    Get
    Set
'Utilizzo
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)