IDTSObjectVersionUpdate100.CanUpdate(String) Method

Definition

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

Returns

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

Attributes

Applies to