Partager via


Propriété IfObjectExists

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Assembly :  Microsoft.SqlServer.TransferJobsTask (en Microsoft.SqlServer.TransferJobsTask.dll)

Syntaxe

'Déclaration
Property IfObjectExists As IfObjectExists
    Get
    Set
'Utilisation
Dim instance As ITransferJobsTask
Dim value As IfObjectExists

value = instance.IfObjectExists

instance.IfObjectExists = value
IfObjectExists IfObjectExists { get; set; }
property IfObjectExists IfObjectExists {
    IfObjectExists get ();
    void set (IfObjectExists value);
}
abstract IfObjectExists : IfObjectExists with get, set
function get IfObjectExists () : IfObjectExists
function set IfObjectExists (value : IfObjectExists)