Partager via


Propriété ObjectReference.MiningModelID

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property MiningModelID As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A mining model identifier.

Voir aussi

Référence

ObjectReference Classe

Espace de noms Microsoft.AnalysisServices