Name (clsColumn)
[!REMARQUE]
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
The Name property of an object of ClassType clsColumn contains the name of the column as it will appear in the mining model.
Data Type
String
Access
Read/write (read-only after object is named)
Exemple
Use the following code to return a level object name:
' Assume an object (dsoColumn) of ClassType clsColumn exists
Dim strName As String
strName = dsoColumn.Name