Właściwość DtsPipelineComponentAttribute.RequiredProductLevel
Pobiera lub ustawia wartość wskazującą wymagane SQL Server 2005 poziom produktu dla składnik przepływu danych.
Ten interfejs API nie jest zgodny ze specyfikacją CLS. Zgodna ze specyfikacją CLS alternatywa to .
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
<CLSCompliantAttribute(False)> _
Public Property RequiredProductLevel As DTSProductLevel
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel
Jeden z DTSProductLevel wartości.
Zobacz także