IDTSObjectVersionUpdate100.CanUpdate Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies whether the version of DTS object can be updated.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function CanUpdate ( _
ObjectCreationName As String _
) As Boolean
'Usage
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
Parameters
- ObjectCreationName
Type: System.String
The name of the object.
Return Value
Type: System.Boolean
True if the version of DTS object can be updated; otherwise, false.
Remarks
Note
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.