共用方式為


IDTSBuffer100.GetManager Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100 ^ GetManager();
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBufferManager100 GetManager ();
abstract member GetManager : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBufferManager100
Public Function GetManager () As IDTSBufferManager100

Returns

The IDTSBufferManager100 for the buffer.

Remarks

The GetManager method retrieves the IDTSBufferManager100 object that allocated the buffer.

Applies to