문제

We are writing a scheduling system and are planning to mimic the sysschedules table in SqlServer.

We have been looking to see if the .Net Framework has these enumerations already, or if we have to create them ourselves.

We haven't found them...but that doesn't mean they aren't there.

Does anybody know if they exist? I'd rather not duplicate the effort if it already exists.

도움이 되었습니까?

해결책

SQL Server Management Objects (SMO) is a set of managed libraries that deal with SQL Server management.

These contain classes, enumeration and other object that allow full control of SQL Server instances and servers.

In this instance, the JobSchedule class look like what you need.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top