Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value indicating the required SQL Server 2005 product level for the data flow component.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property RequiredProductLevel As DTSProductLevel
Get
Set
'Usage
Dim instance As DtsPipelineComponentAttribute
Dim value As DTSProductLevel
value = instance.RequiredProductLevel
instance.RequiredProductLevel = value
[CLSCompliantAttribute(false)]
public DTSProductLevel RequiredProductLevel { get; set; }
[CLSCompliantAttribute(false)]
public:
property DTSProductLevel RequiredProductLevel {
DTSProductLevel get ();
void set (DTSProductLevel value);
}
[<CLSCompliantAttribute(false)>]
member RequiredProductLevel : DTSProductLevel with get, set
function get RequiredProductLevel () : DTSProductLevel
function set RequiredProductLevel (value : DTSProductLevel)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel
One of the DTSProductLevel values.