IDTSPath90.ID Property
Gets or sets the ID of an IDTSPath90 object.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(11)> _
Property ID As Integer
[DispIdAttribute(11)]
int ID { get; set; }
[DispIdAttribute(11)]
property int ID {
int get ();
void set ([InAttribute] int pID);
}
/** @property */
/** @attribute DispIdAttribute(11) */
int get_ID ()
/** @property */
/** @attribute DispIdAttribute(11) */
void set_ID (/** @attribute InAttribute() */ int pID)
DispIdAttribute(11)
function get ID () : int
DispIdAttribute(11)
function set ID (pID : int)
Значение свойства
The unique integer ID of the IDTSPath90 object.
Замечания
The ID property uniquely identifies the path from other objects in the layout of the data flow task. It is assigned by the data flow engine during creation of the path, and is treated as a read-only property.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSPath90 Interface
IDTSPath90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace