Właściwość ManagedWrapper.Enabled
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Property Enabled As Boolean
Get
Set
'Użycie
Dim instance As ManagedWrapper
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
public:
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
final function get Enabled () : boolean
final function set Enabled (value : boolean)
Wartość właściwości
Typ: System.Boolean