Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Specifies whether the version of DTS object can be updated.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function CanUpdate ( _
ObjectCreationName As String _
) As Boolean
'Usage
Dim instance As IDTSObjectVersionUpdate100
Dim ObjectCreationName As String
Dim returnValue As Boolean
returnValue = instance(ObjectCreationName)
bool CanUpdate(
string ObjectCreationName
)
bool CanUpdate(
[InAttribute] String^ ObjectCreationName
)
abstract CanUpdate :
ObjectCreationName:string -> bool
function CanUpdate(
ObjectCreationName : String
) : boolean
Parameter
- ObjectCreationName
Typ: System.String
The name of the object.
Rückgabewert
Typ: System.Boolean
True if the version of DTS object can be updated; otherwise, false.
Hinweise
Hinweis |
|---|
This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member. |
Hinweis