IDTSRuntimeComponent100.RequiredProductLevel Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating the required SQL Server product level for the data flow component.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(27)]
DTSProductLevel RequiredProductLevel {
    [DispIdAttribute(27)]
    get;
}
[DispIdAttribute(27)]
property DTSProductLevel RequiredProductLevel {
    [DispIdAttribute(27)]
    DTSProductLevel get();
}
[<DispIdAttribute(27)>]
abstract RequiredProductLevel : DTSProductLevel with get
<DispIdAttribute(27)>
ReadOnly Property RequiredProductLevel As DTSProductLevel

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel

One of the DTSProductLevel values.

See Also

IDTSRuntimeComponent100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top