MiningModel.IMajorObject.Path 属性

Gets the path implementation of the mining model.

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

语法

声明
Private ReadOnly Property Path As String 
    Implements IMajorObject.Path 
    Get
用法
Dim instance As MiningModel 
Dim value As String 

value = CType(instance, IMajorObject).Path
string IMajorObject.Path { get; }
private:
virtual property String^ Path {
    String^ get () sealed = IMajorObject::Path::get;
}
private abstract Path : string 
private override Path : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.String
The path implementation.

实现

IMajorObject.Path

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices 命名空间