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 命名空間