Udostępnij przez


Właściwość TransferStoredProceduresTask.StoredProceduresList

Pobiera lub ustawia Element StringCollection zawierającym listę rozdzielaną przecinkami nazw procedura składowana.

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

Składnia

'Deklaracja
Public Property StoredProceduresList As StringCollection
    Get
    Set
'Użycie
Dim instance As TransferStoredProceduresTask
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 zawierającym listę rozdzielaną przecinkami nazw procedura składowana.

Implementacje

ITransferStoredProceduresTask.StoredProceduresList