다음을 통해 공유


IfObjectExists 속성

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
어셈블리:  Microsoft.SqlServer.TransferErrorMessagesTask.dll의 Microsoft.SqlServer.TransferErrorMessagesTask

구문

‘선언
Property IfObjectExists As IfObjectExists
    Get
    Set
‘사용 방법
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)