Partager via


Propriété StoredProceduresList

Gets or sets a StringCollection listing the stored procedures to transfer when CopyAllStoredProcedures is false.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly :  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntaxe

'Déclaration
Public Property StoredProceduresList As StringCollection
    Get
    Set
'Utilisation
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.StoredProceduresList

instance.StoredProceduresList = value
public StringCollection StoredProceduresList { get; set; }
public:
virtual property StringCollection^ StoredProceduresList {
    StringCollection^ get () sealed;
    void set (StringCollection^ value) sealed;
}
abstract StoredProceduresList : StringCollection with get, set
override StoredProceduresList : StringCollection with get, set
final function get StoredProceduresList () : StringCollection
final function set StoredProceduresList (value : StringCollection)

Valeur de propriété

Type : System.Collections.Specialized. . :: . .StringCollection
A StringCollection that lists the stored procedures to transfer.

Implémente

ITransferSqlServerObjectsTask. . :: . .StoredProceduresList

Notes

The default value is an empty string collection.