Parent (clsDataSource)
Примечание |
|---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The Parent property of an object of ClassType clsDataSource contains a reference to the parent MDStore object that contains the DataSource object. For more information about MDStore objects, see MDStore Interface.
Access
Read-write
Замечания
You can only set this property to an object of ClassType clsDatabase. Attempting to set this property to an object of any other class type returns an error.
Примечание