Propriedade Enabled
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
For more information, see BreakpointTarget.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property Enabled As Boolean
Get
Set
'Uso
Dim instance As IDTSBreakpointTarget100
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
bool Enabled { get; set; }
property bool Enabled {
bool get ();
void set (bool value);
}
abstract Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
Consulte também