ProgramInfo.Engine 속성

Gets a Guid represents the engine for this program.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public ReadOnly Property Engine As Guid 
    Get
‘사용 방법
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

속성 값

유형: System.Guid
A Guid represents the engine for this program.

참고 항목

참조

ProgramInfo 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스