Поделиться через


IsValid (clsDataSource)

ms134820.note(ru-ru,SQL.90).gifПримечание.
  В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

The IsValid property of an object of ClassType clsDataSource identifies whether the structure of an object is valid.

Data Type

Boolean

Access

Read-only

Замечания

Validity checking consists of verifying that the object's Name and Parent properties are not empty and that the IsConnected property is True. If all properties are valid, the IsValid property returns True. If any of the properties are invalid, the IsValid property returns False.

См. также

Справочник

clsDataSource
ConnectionString (clsDataSource)
Name (clsDataSource)
Parent (clsDataSource)

Справка и поддержка

Получение помощи по SQL Server 2005