Propriedade ID
Gets or sets the ID of a virtual input object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Property ID As Integer
Get
Set
'Uso
Dim instance As IDTSVirtualInput100
Dim value As Integer
value = instance.ID
instance.ID = value
int ID { get; set; }
property int ID {
int get ();
void set (int value);
}
abstract ID : int with get, set
function get ID () : int
function set ID (value : int)
Valor da propriedade
Tipo: System. . :: . .Int32
The ID of the IDTSVirtualInput100.
Implementa
Comentários
The ID property of the IDTSVirtualInput100 object contains a negative number. Negative integer IDs in data flow objects are internal IDs and should not be changed. Changing the ID of an IDTSVirtualInput100 object adversely affects the ability of the data flow engine to locate the object again.
Consulte também