IfObjectExists Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Ensamblado: Microsoft.SqlServer.TransferLoginsTask (en Microsoft.SqlServer.TransferLoginsTask.dll)
Sintaxis
'Declaración
Property IfObjectExists As IfObjectExists
Get
Set
'Uso
Dim instance As ITransferLoginsTask
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask. . :: . .IfObjectExists
Vea también