ScalarMiningStructureColumn.KeyColumns Property
Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<XmlArrayAttribute> _
<XmlArrayItemAttribute(GetType(DataItem), ElementName:="KeyColumn")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<MergablePropertyAttribute(False)> _
Public ReadOnly Property KeyColumns As DataItemCollection
[XmlArrayAttribute]
[XmlArrayItemAttribute(typeof(DataItem), ElementName="KeyColumn")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public DataItemCollection KeyColumns { get; }
[XmlArrayAttribute]
[XmlArrayItemAttribute(typeof(DataItem), ElementName=L"KeyColumn")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public:
property DataItemCollection^ KeyColumns {
DataItemCollection^ get ();
}
/** @property */
public DataItemCollection get_KeyColumns ()
public function get KeyColumns () : DataItemCollection
Valeur de propriété
A DataItemCollection containing the collection of KeyColumns definitions for ScalarMiningStructureColumn.
Notes
The KeyColumns collection can contain multiple KeyColumns that represent a multipart key for an attribute or mining structure column.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace