Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the identifier of the mining model in which the object resides.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MiningModelID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A mining model identifier.