Classe DebugSessionStartEventArgs
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (em Microsoft.DataWarehouse.Interfaces.dll)
Sintaxe
'Declaração
Public Class DebugSessionStartEventArgs _
Inherits DebuggingEventArgs
'Uso
Dim instance As DebugSessionStartEventArgs
public class DebugSessionStartEventArgs : DebuggingEventArgs
public ref class DebugSessionStartEventArgs : public DebuggingEventArgs
type DebugSessionStartEventArgs =
class
inherit DebuggingEventArgs
end
public class DebugSessionStartEventArgs extends DebuggingEventArgs
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.DataWarehouse.Interfaces.Debugger. . :: . .DebuggingEventArgs
Microsoft.DataWarehouse.Interfaces.Debugger..::..DebugSessionStartEventArgs
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também