ITransferStoredProceduresTask.StoredProceduresList 屬性

定義

取得或設定以逗號分隔的預存程序名稱清單。

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

屬性值

StringCollection

以逗號分隔的預存程序名稱清單。

適用於