Dimension.MiningModelID Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
public string MiningModelID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
property String^ MiningModelID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<ReadOnlyAttribute(true)>]
member MiningModelID : string with get, set
<XmlElementAttribute(IsNullable := False)>
<ReadOnlyAttribute(True)>
Public Property MiningModelID As String

Property Value

Type: System.String

The mining model identifier.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top