CManagedComponentWrapperClass.RequiredProductLevel Property

 

Applies To: SQL Server 2016 Preview

Gets a value that indicates which edition of SQL Server the data flow component requires.

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

Syntax

public virtual DTSProductLevel RequiredProductLevel { get; }
public:
property DTSProductLevel RequiredProductLevel {
    virtual DTSProductLevel get();
}
abstract RequiredProductLevel : DTSProductLevel with get
override RequiredProductLevel : DTSProductLevel with get
Public Overridable ReadOnly Property RequiredProductLevel As DTSProductLevel

Property Value

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

One of the DTSProductLevel values.

Implements

IDTSRuntimeComponent100.RequiredProductLevel

See Also

CManagedComponentWrapperClass Class
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top