DtsLogProviderAttribute.RequiredProductLevel Property

Definition

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.

Applies to