IDTSBufferManagerInitialize100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes the buffer manager for the pipeline wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("8DA49421-C7A7-41D7-B670-C1A1CBBE54D4")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSBufferManagerInitialize100
'Usage
Dim instance As IDTSBufferManagerInitialize100
[GuidAttribute("8DA49421-C7A7-41D7-B670-C1A1CBBE54D4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSBufferManagerInitialize100
[GuidAttribute(L"8DA49421-C7A7-41D7-B670-C1A1CBBE54D4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSBufferManagerInitialize100
[<GuidAttribute("8DA49421-C7A7-41D7-B670-C1A1CBBE54D4")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSBufferManagerInitialize100 = interface end
public interface IDTSBufferManagerInitialize100
The IDTSBufferManagerInitialize100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetEventInterfaces | Infrastructure. Sets the event interfaces for the IDTSBufferManagerInitialize100. | |
SetTempStorageLocations | Infrastructure. Sets the temporary storage locations for the IDTSBufferManagerInitialize100. |
Top