Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a comma-delimited list of stored procedure names.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Syntax
'Declaration
Property StoredProceduresList As StringCollection
Get
Set
'Usage
Dim instance As ITransferStoredProceduresTask
Dim value As StringCollection
value = instance.StoredProceduresList
instance.StoredProceduresList = value
StringCollection StoredProceduresList { get; set; }
property StringCollection^ StoredProceduresList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract StoredProceduresList : StringCollection with get, set
function get StoredProceduresList () : StringCollection
function set StoredProceduresList (value : StringCollection)
Property Value
Type: System.Collections.Specialized.StringCollection
A comma-delimited list of stored procedure names.
See Also
Reference
ITransferStoredProceduresTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace