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


Интерфейс IDTSPropertiesProvider100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
'Применение
Dim instance As IDTSPropertiesProvider100
[GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface IDTSPropertiesProvider100
[GuidAttribute(L"D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface class IDTSPropertiesProvider100
[<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")>]
type IDTSPropertiesProvider100 =  interface end
public interface IDTSPropertiesProvider100

Тип IDTSPropertiesProvider100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Properties Инфраструктура. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

В начало

Методы

  Имя Описание
Открытый метод ComputeExpressions Инфраструктура. Computes the expressions associated with the properties.
Открытый метод GetExpression Инфраструктура. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Открытый метод SetExpression Инфраструктура. Assigns the specified expression to the property. Specify nullпустая ссылка (Nothing в Visual Basic) to remove an existing expression from the property.

В начало

Замечания

For more information, see IDTSPropertiesProvider.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper