Freigeben über


IDTSCloneVariableDispenser100-Schnittstelle

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

Represents cloned copy of an original variable dispenser object.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("DA168404-D3E6-4CD5-9C17-9440CD5C22EC")> _
Public Interface IDTSCloneVariableDispenser100
'Usage
Dim instance As IDTSCloneVariableDispenser100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DA168404-D3E6-4CD5-9C17-9440CD5C22EC")]
public interface IDTSCloneVariableDispenser100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"DA168404-D3E6-4CD5-9C17-9440CD5C22EC")]
public interface class IDTSCloneVariableDispenser100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("DA168404-D3E6-4CD5-9C17-9440CD5C22EC")>]
type IDTSCloneVariableDispenser100 =  interface end
public interface IDTSCloneVariableDispenser100

Der IDTSCloneVariableDispenser100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CloneVariableDispenser Infrastruktur Returns a new instance of a variable dispenser which is a copy of the original instance.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace