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


Свойство IDTSCustomProperty100.ContainsID

Gets or sets a value that indicates whether the Value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task.

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

Синтаксис

'Декларация
Property ContainsID As Boolean 
    Get 
    Set
'Применение
Dim instance As IDTSCustomProperty100 
Dim value As Boolean 

value = instance.ContainsID

instance.ContainsID = value
bool ContainsID { get; set; }
property bool ContainsID {
    bool get ();
    void set (bool value);
}
abstract ContainsID : bool with get, set
function get ContainsID () : boolean 
function set ContainsID (value : boolean)

Значение свойства

Тип: System.Boolean
true if the value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task; otherwise, false. The default is false.

Замечания

This optional property is provided to help the Службы SSIS Designer during cut and paste operations and must be set to true when the Value of the IDTSCustomProperty100 contains the ID of another object in the data flow task.

См. также

Справочник

IDTSCustomProperty100 Интерфейс

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