Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.StoredProceduresList

Pobiera lub ustawia Element StringCollection listę procedur przechowywanych podczas transferu CopyAllStoredProcedures jest false.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw:  Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Składnia

'Deklaracja
Public Property StoredProceduresList As StringCollection
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , zawiera listę procedur przechowywanych do transferu.

Implementacje

ITransferSqlServerObjectsTask.StoredProceduresList

Uwagi

Wartość domyślna to kolekcja ciąg pusty.