IsValid (clsDataSource)
![]() |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
The IsValid property of an object of ClassType clsDataSource identifies whether the structure of an object is valid.
Data Type
Boolean
Access
Read-only
Hinweise
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.
Siehe auch
Verweis
clsDataSource
ConnectionString (clsDataSource)
Name (clsDataSource)
Parent (clsDataSource)