Partager via


Propriété MiningModel.Properties

Gets a collection of Property objects that apply to the mining model.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Properties As PropertyCollection 
    Get
'Utilisation
Dim instance As MiningModel 
Dim value As PropertyCollection 

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.PropertyCollection
A collection of properties for the mining model.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient