Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Downgrades a downgradable object to a specified version.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub DowngradeTo ( _
versionTo As Integer, _
<OutAttribute> ByRef pDOMElement As Object _
)
'Usage
Dim instance As IDTSDowngradableObject100
Dim versionTo As Integer
Dim pDOMElement As Object
instance.DowngradeTo(versionTo, pDOMElement)
void DowngradeTo(
int versionTo,
out Object pDOMElement
)
void DowngradeTo(
[InAttribute] int versionTo,
[InAttribute] [OutAttribute] Object^% pDOMElement
)
abstract DowngradeTo :
versionTo:int *
pDOMElement:Object byref -> unit
function DowngradeTo(
versionTo : int,
pDOMElement : Object
)
Parameters
- versionTo
Type: System.Int32
The target version.
- pDOMElement
Type: System.Object%
When this method returns, contains XML document that represents the downgraded version of the downgradable object. This parameter is passed uninitialized.