IDTSObjectVersionUpdate100.CanUpdate(String) Method

Definition

Specifies whether the version of DTS object can be updated.

public:
 bool CanUpdate(System::String ^ ObjectCreationName);
[System.Runtime.InteropServices.DispId(0)]
public bool CanUpdate (string ObjectCreationName);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member CanUpdate : string -> bool
Public Function CanUpdate (ObjectCreationName As String) As Boolean

Parameters

ObjectCreationName
String

The name of the object.

Returns

True if the version of DTS object can be updated; otherwise, false.

Attributes

Remarks

Note

This member will be removed in a future version of MicrosoftSQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.

Applies to