ObjectReference.MiningStructureID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the mining structure identifier for the object referenced.

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

Syntax

public string MiningStructureID { get; set; }
public:
property String^ MiningStructureID {
    String^ get();
    void set(String^ value);
}
member MiningStructureID : string with get, set
Public Property MiningStructureID As String

Property Value

Type: System.String

A mining model permission identifier.

See Also

ObjectReference Class
Microsoft.AnalysisServices Namespace

Return to top