ITransferSqlServerObjectsTask.PartitionFunctionsList Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the list of partition functions to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property PartitionFunctionsList As StringCollection
Get
Set
'Usage
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)
Property Value
Type: System.Collections.Specialized.StringCollection
The list of partition functions to transfer.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace