DtsPipelineComponentAttribute.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.
Important
This API is not CLS-compliant.
Gets or sets a value indicating the required SQL Server 2005 product level for the data flow component.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProductLevel RequiredProductLevel { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProductLevel get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProductLevel value); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel RequiredProductLevel { get; set; }
[<System.CLSCompliant(false)>]
member this.RequiredProductLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel with get, set
Public Property RequiredProductLevel As DTSProductLevel
Property Value
One of the DTSProductLevel values.
- Attributes