Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the column that provides the name of ScalarMiningStructureColumn.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property NameColumn As DataItem
Get
Set
'Usage
Dim instance As ScalarMiningStructureColumn
Dim value As DataItem
value = instance.NameColumn
instance.NameColumn = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItem NameColumn { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItem^ NameColumn {
DataItem^ get ();
void set (DataItem^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
member NameColumn : DataItem with get, set
function get NameColumn () : DataItem
function set NameColumn (value : DataItem)
Property Value
Type: Microsoft.AnalysisServices.DataItem
A DataItem identifying the column that provides the name of ScalarMiningStructureColumn.