Proprietà MiningService.Guid

Gets the GUID for the mining service.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Guid As Guid 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Guid
A GUID uniquely identifying the mining service.

Vedere anche

Riferimento

MiningService Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer