Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies whether the enumerator can be updated
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function CanUpdate ( _
CreationName As String _
) As Boolean
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
Dim CreationName As String
Dim returnValue As Boolean
returnValue = instance.CanUpdate(CreationName)
public bool CanUpdate(
string CreationName
)
public:
virtual bool CanUpdate(
String^ CreationName
) sealed
abstract CanUpdate :
CreationName:string -> bool
override CanUpdate :
CreationName:string -> bool
public final function CanUpdate(
CreationName : String
) : boolean
Parameters
- CreationName
Type: System.String
The creation name.
Return Value
Type: System.Boolean
True if the enumerator can be updated; otherwise, false.
Implements
IDTSObjectVersionUpdate100.CanUpdate(String)