ProgramInfo.Engine Propiedad

Gets a Guid represents the engine for this program.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public ReadOnly Property Engine As Guid 
    Get
'Uso
Dim instance As ProgramInfo 
Dim value As Guid 

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

Valor de la propiedad

Tipo: System.Guid
A Guid represents the engine for this program.

Vea también

Referencia

ProgramInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger