Proprietà ObjectReference.MiningModelID

Gets or sets the identifier of the mining model in which the object resides.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property MiningModelID As String 
    Get 
    Set
'Utilizzo
Dim instance As ObjectReference 
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)

Valore proprietà

Tipo: System.String
A mining model identifier.

Vedere anche

Riferimento

ObjectReference Classe

Spazio dei nomi Microsoft.AnalysisServices