SubClassType (clsDataSource)
Примечание |
|---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The SubClassType property of an object of ClassType clsDataSource contains an enumeration constant identifying the subclass type of the object.
Access
Read-only
Замечания
For objects of ClassType clsDataSource, the value of SubClassType is always sbclsRegular. For more information about the SubClassTypes enumeration, see Enumerations.
Примечание