ProgramInfo.Engine Property

 

Applies To: SQL Server 2016 Preview

Gets a Guid represents the engine for this program.

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public Guid Engine { get; }
public:
property Guid Engine {
    Guid get();
}
member Engine : Guid with get
Public ReadOnly Property Engine As Guid

Property Value

Type: System.Guid

A Guid represents the engine for this program.

See Also

ProgramInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top