LogProviderHost-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see LogProviderHostClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")> _
Public Interface LogProviderHost _
Inherits IDTSName100
'Usage
Dim instance As LogProviderHost
[GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface LogProviderHost : IDTSName100
[GuidAttribute(L"81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface class LogProviderHost : IDTSName100
[<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")>]
type LogProviderHost =
interface
interface IDTSName100
end
public interface LogProviderHost extends IDTSName100
Der LogProviderHost-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
CreationName | Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.) | |
Description | Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.) | |
ID | Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.) | |
Name | Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.) |
Zum Anfang