Udostępnij przez


Właściwość ITransferErrorMessagesTask.IfObjectExists

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Zestaw:  Microsoft.SqlServer.TransferErrorMessagesTask (w Microsoft.SqlServer.TransferErrorMessagesTask.dll)

Składnia

'Deklaracja
Property IfObjectExists As IfObjectExists
    Get
    Set
'Użycie
Dim instance As ITransferErrorMessagesTask
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)