Freigeben über


MiningModelID-Eigenschaft

Gets or sets the mining model identifier associated with a Dimension object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property MiningModelID As String
    Get
    Set
'Usage
Dim instance As Dimension
Dim value As String

value = instance.MiningModelID

instance.MiningModelID = value
public string MiningModelID { get; set; }
public:
property String^ MiningModelID {
    String^ get ();
    void set (String^ value);
}
member MiningModelID : string with get, set
function get MiningModelID () : String
function set MiningModelID (value : String)

Eigenschaftswert

Typ: System. . :: . .String
The mining model identifier.