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 命名空间