MiningModel.Properties Property

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

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax

VisualBasicDeclaration
Public ReadOnly Property Properties As PropertyCollection
CSharp
public PropertyCollection Properties { get; }
ManagedCPlusPlus
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
JSharp
/** @property */
public PropertyCollection get_Properties ()
JScript
public function get Properties () : PropertyCollection

Property Value

Returns a PropertyCollection.
Thread Safety

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.
Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also

Tags :


Page view tracker