다음을 통해 공유


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

속성 값

쉼표로 구분된 저장 프로시저 이름 목록입니다.

적용 대상