Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Overridable ReadOnly Property RequiredProductLevel As DTSProductLevel
Get
'Usage
Dim instance As CManagedComponentWrapperClass
Dim value As DTSProductLevel
value = instance.RequiredProductLevel
public virtual DTSProductLevel RequiredProductLevel { get; }
public:
virtual property DTSProductLevel RequiredProductLevel {
DTSProductLevel get ();
}
abstract RequiredProductLevel : DTSProductLevel
override RequiredProductLevel : DTSProductLevel
function get RequiredProductLevel () : DTSProductLevel
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel
One of the DTSProductLevel values.
Implements
IDTSRuntimeComponent100.RequiredProductLevel