IDTSObjectVersionUpdate100.CanUpdate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.