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


Интерфейс IDTSProperty100

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

Represents an interface for the DtsProperty object.

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

Синтаксис

'Декларация
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
'Применение
Dim instance As IDTSProperty100
[GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface IDTSProperty100
[GuidAttribute(L"CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface class IDTSProperty100
[<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")>]
type IDTSProperty100 =  interface end
public interface IDTSProperty100

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

Свойства

  Имя Описание
Открытое свойство ConnectionType Инфраструктура. Gets the name of the connection manager used to create the connection.
Открытое свойство DataType Инфраструктура. Gets the data type of the property.
Открытое свойство Get Инфраструктура. Gets a value that indicates whether a property value can be read.
Открытое свойство Name Инфраструктура. Gets the name of the property.
Открытое свойство PropertyKind Инфраструктура. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Открытое свойство Set Инфраструктура. Gets a value that indicates whether the referenced object property is changeable.
Открытое свойство TypeConverter Инфраструктура. Gets the assembly-qualified type name of the type converter object for the property.
Открытое свойство UITypeEditor Инфраструктура. Gets the assembly-qualified type name of the graphical editor for the property.

В начало

Методы

  Имя Описание
Открытый метод GetExport Инфраструктура. Indicates a value whether the object can be exported.
Открытый метод GetExpression Инфраструктура. Gets the expression for the specified object.
Открытый метод GetPackagePath Инфраструктура. Gets the relative path to the location of the specified package.
Открытый метод GetValue Инфраструктура. Returns the value of the property.
Открытый метод SetExport Инфраструктура. Sets the export flag for the specified object.
Открытый метод SetExpression Инфраструктура. Assigns the specified expression to the object.
Открытый метод SetValue Инфраструктура. Sets the value of the property.

В начало

См. также

Справочник

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