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. |
页首