IDTSProject100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents an interface which contains packages and parameters.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'用途
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

IDTSProject100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 OfflineMode 基礎結構。Gets or sets a value that indicates whether the project is on offline mode.
公用屬性 ProtectionLevelRequireConsistency 基礎結構。Gets whether consistency is required for the level of protection on the project.

上層

方法

  名稱 說明
公用方法 ContainsPackage 基礎結構。Specified whether the package is contained in the project.
公用方法 EnsureConnectionsAreLoaded 基礎結構。Ensures that the connections are loaded for the project.
公用方法 GetConfiguredPackageByName 基礎結構。Gets the configured package by name.
公用方法 GetConnections 基礎結構。Gets the connections for the package.
公用方法 GetPackage 基礎結構。Gets the package for the project.
公用方法 GetPackageByName 基礎結構。Gets the package by name.
公用方法 GetPackageCount 基礎結構。Returns the number of package for the project.
公用方法 GetPackageNoLoad 基礎結構。Gets the package that doesn’t have a load.
公用方法 GetParameter 基礎結構。Gets the collection of the project parameters.
公用方法 GetParameterCount 基礎結構。Gets the number of parameter.
公用方法 GetParameterVariable 基礎結構。Gets the parameter variable for the project.
公用方法 GetParameterVariableByID 基礎結構。Gets the parameter variable by identifier.
公用方法 GetParameterVariableByName 基礎結構。Gets the parameter variable by name.
公用方法 GetProtectionLevel 基礎結構。Gets the protection level of the project.
公用方法 GetVariables 基礎結構。Gets the variables for the project.
公用方法 MatchPassword 基礎結構。Matches the password for the project.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間