Freigeben über


IDTSObjectVersionUpdate100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents an interface for the version update of data transformatioon services object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")> _
Public Interface IDTSObjectVersionUpdate100
'Usage
Dim instance As IDTSObjectVersionUpdate100
[GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface IDTSObjectVersionUpdate100
[GuidAttribute(L"A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface class IDTSObjectVersionUpdate100
[<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")>]
type IDTSObjectVersionUpdate100 =  interface end
public interface IDTSObjectVersionUpdate100

Der IDTSObjectVersionUpdate100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Version Infrastruktur Gets the version of the DTS object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CanUpdate Infrastruktur Specifies whether the version of DTS object can be updated.
Öffentliche Methode Update Infrastruktur Updates the version of the DTS object.

Zum Anfang

Hinweise

HinweisHinweis

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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace