IDTSRuntimeComponent100.RequiredProductLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the required SQL Server product level for the data flow component.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProductLevel RequiredProductLevel { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProductLevel get(); };
[System.Runtime.InteropServices.DispId(27)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel RequiredProductLevel { [System.Runtime.InteropServices.DispId(27)] get; }
[<System.Runtime.InteropServices.DispId(27)>]
[<get: System.Runtime.InteropServices.DispId(27)>]
member this.RequiredProductLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel
Public ReadOnly Property RequiredProductLevel As DTSProductLevel
Property Value
One of the DTSProductLevel values.
- Attributes