Classe LogProviderSQLServerClass
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a class for the LogProviderSQLServer interface.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServerClass
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")> _
Public Class LogProviderSQLServerClass _
Implements IDTSLogProvider100, LogProviderSQLServer, IDTSLogging100, IDTSName100
'Utilizzo
Dim instance As LogProviderSQLServerClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")]
public class LogProviderSQLServerClass : IDTSLogProvider100,
LogProviderSQLServer, IDTSLogging100, IDTSName100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"1E4F606D-382A-4812-8E08-C5D5A04FFE98")]
public ref class LogProviderSQLServerClass : IDTSLogProvider100,
LogProviderSQLServer, IDTSLogging100, IDTSName100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")>]
type LogProviderSQLServerClass =
class
interface IDTSLogProvider100
interface LogProviderSQLServer
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderSQLServerClass implements IDTSLogProvider100, LogProviderSQLServer, IDTSLogging100, IDTSName100
Nel tipo LogProviderSQLServerClass sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
LogProviderSQLServerClass | Infrastruttura. Initializes a new instance of the LogProviderSQLServerClass class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ConfigString | Infrastruttura. Gets or sets a string used to configure the log provider. | |
CreationName | Infrastruttura. Gets the string used by the runtime to create an instance of the log provider. | |
Description | Infrastruttura. Gets or sets the description of the log provider. | |
Enabled | Infrastruttura. Gets a value that indicates whether the log provider is enabled. | |
ID | Infrastruttura. Gets the identifier of the log provider. | |
Name | Infrastruttura. Gets or sets the name of the log provider. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CloseLog | Infrastruttura. Closes the log. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetFilterStatus | Infrastruttura. Gets the filter status of the specified events. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
Log | Infrastruttura. Writes the log entry. | |
MemberwiseClone | Ereditato da Object. | |
OpenLog | Infrastruttura. Opens the log. | |
ToString | Ereditato da Object. | |
Validate | Infrastruttura. Validates the log provider with the specified events. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.