Поделиться через


Интерфейс 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