ProgramInfo Class

 

Applies To: SQL Server 2016 Preview

Represents the program information.

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

Inheritance Hierarchy

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

Syntax

public sealed class ProgramInfo
public ref class ProgramInfo sealed 
[<Sealed>]
type ProgramInfo = class end
Public NotInheritable Class ProgramInfo

Constructors

Name Description
System_CAPS_pubmethod ProgramInfo(Guid, Guid, String, String)

Initializes a new instance of the ProgramInfo class.

Properties

Name Description
System_CAPS_pubproperty Engine

Gets a Guid represents the engine for this program.

System_CAPS_pubproperty Machine

Gets a String representing a machine that is associated with the ProgramInfo.

System_CAPS_pubproperty Process

Gets the value of the process for the ProgramInfo.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Indicates whether the ProgramInfo object is equal to the other object.(Overrides Object.Equals(Object).)

System_CAPS_pubmethod GetHashCode()

Returns the hash code for this program information.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top