Proprietà IDTSComponentMetaData100.PipelineVersion

Gets or sets the version of the data flow task within which a component is designed to execute.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property PipelineVersion As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSComponentMetaData100 
Dim value As Integer 

value = instance.PipelineVersion

instance.PipelineVersion = value
int PipelineVersion { get; set; }
property int PipelineVersion {
    int get ();
    void set (int value);
}
abstract PipelineVersion : int with get, set
function get PipelineVersion () : int 
function set PipelineVersion (value : int)

Valore proprietà

Tipo: System.Int32
The version of the data flow task within which the component is designed to execute.

Osservazioni

This property allows components to specify the version of the data flow task that the component is designed for. If the version specified is not the same as the version number of the data flow task installed on the local machine, a validation error is displayed in SQL Server Data Tools (SSDT).

Vedere anche

Riferimento

IDTSComponentMetaData100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper