CanUpdate-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
*** Member deprecated; see Remarks. *** For more information, see Task.
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
Rückgabewert
Hinweise
Hinweis |
---|
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. |