DataType (Property Object)
Hinweis |
|---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
The DataType property of a Property object contains the Microsoft® Visual Basic® data type of the custom property defined by the Property object.
Data Type
VBA.VbVarType
Access
Read/write
Hinweise
For more information about the VBA.VbVarType enumeration, see the Visual Basic documentation.
Hinweis