Metodo IDTSObjectVersionUpdate100.CanUpdate
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies whether the version of DTS object can be updated.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function CanUpdate ( _
ObjectCreationName As String _
) As Boolean
'Utilizzo
Dim instance As IDTSObjectVersionUpdate100
Dim ObjectCreationName As String
Dim returnValue As Boolean
returnValue = instance(ObjectCreationName)
bool CanUpdate(
string ObjectCreationName
)
bool CanUpdate(
[InAttribute] String^ ObjectCreationName
)
abstract CanUpdate :
ObjectCreationName:string -> bool
function CanUpdate(
ObjectCreationName : String
) : boolean
Parametri
- ObjectCreationName
Tipo: System.String
The name of the object.
Valore restituito
Tipo: System.Boolean
True if the version of DTS object can be updated; otherwise, false.
Osservazioni
[!NOTA]
This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.