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. |
上層