Enabled propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Property Enabled As Boolean
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Boolean
Implémente
Voir aussi