Condividi tramite


Proprietà EventHandlerClass.LoggingMode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value from the DTSLoggingMode enumeration that indicates the logging mode of the container.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property LoggingMode As DTSLoggingMode 
    Get 
    Set
'Utilizzo
Dim instance As EventHandlerClass 
Dim value As DTSLoggingMode 

value = instance.LoggingMode

instance.LoggingMode = value
public virtual DTSLoggingMode LoggingMode { get; set; }
public:
virtual property DTSLoggingMode LoggingMode {
    DTSLoggingMode get ();
    void set (DTSLoggingMode value);
}
abstract LoggingMode : DTSLoggingMode with get, set 
override LoggingMode : DTSLoggingMode with get, set
function get LoggingMode () : DTSLoggingMode 
function set LoggingMode (value : DTSLoggingMode)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode
One of the enumeration values of the DTSLoggingMode enumeration that indicates the logging mode of the container.

Implementa

IDTSContainer100.LoggingMode

Vedere anche

Riferimento

EventHandlerClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper