DtsLogProviderAttribute.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 or sets a value that indicates the product edition of SQL Server that the log provider requires.
public:
property Microsoft::SqlServer::Dts::Runtime::DTSProductLevel RequiredProductLevel { Microsoft::SqlServer::Dts::Runtime::DTSProductLevel get(); void set(Microsoft::SqlServer::Dts::Runtime::DTSProductLevel value); };
public Microsoft.SqlServer.Dts.Runtime.DTSProductLevel RequiredProductLevel { get; set; }
member this.RequiredProductLevel : Microsoft.SqlServer.Dts.Runtime.DTSProductLevel with get, set
Public Property RequiredProductLevel As DTSProductLevel
Property Value
The DTSProductLevel object that specifies the product edition of SQL Server.