Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот 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. |
В начало
.gif)
.gif)