Name (clsColumn)
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
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)
Example
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