ObjectReference.MiningModelID 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property MiningModelID As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A mining model identifier.

请参阅

参考

ObjectReference 类

Microsoft.AnalysisServices 命名空间