IDTSObject90.ObjectType Property
Gets the ObjectType property of an IDTSObject90.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(14)> _
ReadOnly Property ObjectType As DTSObjectType
[DispIdAttribute(14)]
DTSObjectType ObjectType { get; }
[DispIdAttribute(14)]
property DTSObjectType ObjectType {
DTSObjectType get ();
}
/** @property */
/** @attribute DispIdAttribute(14) */
DTSObjectType get_ObjectType ()
DispIdAttribute(14)
function get ObjectType () : DTSObjectType
Значение свойства
A value from the DTSObjectType enumeration that identifies the object type of the IDTSObject90.
Синхронизация потоков
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.
См. также
Справочник
IDTSObject90 Interface
IDTSObject90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace