Bagikan melalui


IDTSCloneVariableDispenser100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

The IDTSCloneVariableDispenser100 type exposes the following members.

Methods

  Name Description
Public method CloneVariableDispenser Infrastructure. Returns a new instance of a variable dispenser which is a copy of the original instance.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace