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


Интерфейс IDTSObject100

Defines the base object interface for data flow objects.

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

Синтаксис

'Декларация
<GuidAttribute("203E24BD-5203-4C76-AFC7-7C8545EBA1A0")> _
Public Interface IDTSObject100
'Применение
Dim instance As IDTSObject100
[GuidAttribute("203E24BD-5203-4C76-AFC7-7C8545EBA1A0")]
public interface IDTSObject100
[GuidAttribute(L"203E24BD-5203-4C76-AFC7-7C8545EBA1A0")]
public interface class IDTSObject100
[<GuidAttribute("203E24BD-5203-4C76-AFC7-7C8545EBA1A0")>]
type IDTSObject100 =  interface end
public interface IDTSObject100

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

Свойства

  Имя Описание
Открытое свойство Description Gets or sets the description of an IDTSObject100 object.
Открытое свойство ID Gets or sets the identifier of an IDTSObject100 object.
Открытое свойство IdentificationString Gets a string that uniquely identifies an IDTSObject100 object.
Открытое свойство Name Gets or sets the name of an IDTSObject100 object.
Открытое свойство ObjectType Gets the object type of the IDTSObject100 object.

В начало

Замечания

The IDTSObject100 interface is the base object interface for most objects in the data flow object model.

См. также

Справочник

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