ManagedWrapper.CanUpdate 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Specifies whether the wrapper can be upgraded.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Function CanUpdate ( _
CreationName As String _
) As Boolean
用法
Dim instance As ManagedWrapper
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
参数
- CreationName
类型:System.String
The creation name.
返回值
类型:System.Boolean
The updated wrapper.
实现
IDTSObjectVersionUpdate100.CanUpdate(String)