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 indicating the required SQL Server product level for the data flow component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property RequiredProductLevel As DTSProductLevel
Get
'Usage
Dim instance As IDTSRuntimeComponent100
Dim value As DTSProductLevel
value = instance.RequiredProductLevel
DTSProductLevel RequiredProductLevel { get; }
property DTSProductLevel RequiredProductLevel {
DTSProductLevel get ();
}
abstract RequiredProductLevel : DTSProductLevel
function get RequiredProductLevel () : DTSProductLevel
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel
One of the DTSProductLevel values.