ITransferSqlServerObjectsTask.StoredProceduresList Property

Definition

Gets or sets the list of stored procedures to transfer.

public:
 property System::Collections::Specialized::StringCollection ^ StoredProceduresList { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
public System.Collections.Specialized.StringCollection StoredProceduresList { get; set; }
member this.StoredProceduresList : System.Collections.Specialized.StringCollection with get, set
Public Property StoredProceduresList As StringCollection

Property Value

The list of stored procedures to transfer.

Applies to