Freigeben über


IDTSProject100-Schnittstelle

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

Represents an interface which contains packages and parameters.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Usage
Dim instance As IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface class IDTSProject100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")>]
type IDTSProject100 =  interface end
public interface IDTSProject100

Der IDTSProject100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft OfflineMode Infrastruktur Gets or sets a value that indicates whether the project is on offline mode.
Öffentliche Eigenschaft ProtectionLevelRequireConsistency Infrastruktur Gets whether consistency is required for the level of protection on the project.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ContainsPackage Infrastruktur Specified whether the package is contained in the project.
Öffentliche Methode EnsureConnectionsAreLoaded Infrastruktur Ensures that the connections are loaded for the project.
Öffentliche Methode GetConfiguredPackageByName Infrastruktur Gets the configured package by name.
Öffentliche Methode GetConnections Infrastruktur Gets the connections for the package.
Öffentliche Methode GetPackage Infrastruktur Gets the package for the project.
Öffentliche Methode GetPackageByName Infrastruktur Gets the package by name.
Öffentliche Methode GetPackageCount Infrastruktur Returns the number of package for the project.
Öffentliche Methode GetPackageNoLoad Infrastruktur Gets the package that doesn’t have a load.
Öffentliche Methode GetParameter Infrastruktur Gets the collection of the project parameters.
Öffentliche Methode GetParameterCount Infrastruktur Gets the number of parameter.
Öffentliche Methode GetParameterVariable Infrastruktur Gets the parameter variable for the project.
Öffentliche Methode GetParameterVariableByID Infrastruktur Gets the parameter variable by identifier.
Öffentliche Methode GetParameterVariableByName Infrastruktur Gets the parameter variable by name.
Öffentliche Methode GetProtectionLevel Infrastruktur Gets the protection level of the project.
Öffentliche Methode GetVariables Infrastruktur Gets the variables for the project.
Öffentliche Methode MatchPassword Infrastruktur Matches the password for the project.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace