Freigeben über


IDTSProjectConnectionsCreator100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a connections creator of a DTS project.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("DA295D57-3D15-4ABD-894F-983A37CA2A60")> _
Public Interface IDTSProjectConnectionsCreator100
'Usage
Dim instance As IDTSProjectConnectionsCreator100
[GuidAttribute("DA295D57-3D15-4ABD-894F-983A37CA2A60")]
public interface IDTSProjectConnectionsCreator100
[GuidAttribute(L"DA295D57-3D15-4ABD-894F-983A37CA2A60")]
public interface class IDTSProjectConnectionsCreator100
[<GuidAttribute("DA295D57-3D15-4ABD-894F-983A37CA2A60")>]
type IDTSProjectConnectionsCreator100 =  interface end
public interface IDTSProjectConnectionsCreator100

Der IDTSProjectConnectionsCreator100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CreateConnections Creates a connection within a specified project.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace