共用方式為


ManagedForEachEnumeratorWrapper.CanUpdate 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Specifies whether the enumerator can be updated

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Function CanUpdate ( _
    CreationName As String _
) As Boolean
'用途
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

參數

傳回值

型別:System.Boolean
True if the enumerator can be updated; otherwise, false.

實作

IDTSObjectVersionUpdate100.CanUpdate(String)

請參閱

參考

ManagedForEachEnumeratorWrapper 類別

Microsoft.SqlServer.Dts.Runtime 命名空間