Właściwość ITransferSqlServerObjectsTask.PartitionFunctionsList
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Property PartitionFunctionsList As StringCollection
Get
Set
'Użycie
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)