ProgramInfo 클래스

Represents the program information.

상속 계층

System.Object
  Microsoft.DataWarehouse.Interfaces.Debugger.ProgramInfo

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

구문

‘선언
Public NotInheritable Class ProgramInfo
‘사용 방법
Dim instance As ProgramInfo
public sealed class ProgramInfo
public ref class ProgramInfo sealed
[<SealedAttribute>]
type ProgramInfo =  class end
public final class ProgramInfo

ProgramInfo 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ProgramInfo Initializes a new instance of the ProgramInfo class.

맨 위로 이동

속성

  이름 설명
공용 속성 Engine Gets a Guid represents the engine for this program.
공용 속성 Machine Gets a String representing a machine that is associated with the ProgramInfo.
공용 속성 Process Gets the value of the process for the ProgramInfo.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Indicates whether the ProgramInfo object is equal to the other object. (Object.Equals(Object)을(를) 재정의함)
공용 메서드 GetHashCode Returns the hash code for this program information. (Object.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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