MiningService.Guid 属性

Gets the GUID for the mining service.

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

语法

声明
Public ReadOnly Property Guid As Guid 
    Get
用法
Dim instance As MiningService 
Dim value As Guid 

value = instance.Guid
public Guid Guid { get; }
public:
property Guid Guid {
    Guid get ();
}
member Guid : Guid
function get Guid () : Guid

属性值

类型:System.Guid
A GUID uniquely identifying the mining service.

请参阅

参考

MiningService 类

Microsoft.AnalysisServices.AdomdServer 命名空间