ITransferStoredProceduresTask.StoredProceduresList Property

Definition

Gets or sets a comma-delimited list of stored procedure names.

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

A comma-delimited list of stored procedure names.

Applies to