ContainsID Propiedad
Gets or sets a value indicating whether the Value stored in an IDTSCustomProperty100 object contains the ID of another object in a data flow layout.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Property ContainsID As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the value stored in the IDTSCustomProperty100 object contains the ID of another object in the data flow; otherwise, false. The default is false.
Comentarios
This optional property is provided to help the SSIS Designer during cut and paste operations and should be set to true when the Value of the IDTSCustomProperty100 contains the ID of another object in the data flow task.
Vea también