Share via


MiningService.Guid Property

Gets the GUID for the mining service.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property Guid As String 
    Get
'Usage
Dim instance As MiningService 
Dim value As String 

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

Property Value

Type: System.String
A GUID uniquely identifying the mining service.

See Also

Reference

MiningService Class

Microsoft.AnalysisServices.AdomdClient Namespace