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.
When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function CreateBreakpointTarget ( _
breakpointID As Integer, _
Description As String _
) As IDTSBreakpointTarget100
'Usage
Dim instance As IDTSBreakpointManager100
Dim breakpointID As Integer
Dim Description As String
Dim returnValue As IDTSBreakpointTarget100
returnValue = instance(breakpointID, Description)
IDTSBreakpointTarget100 CreateBreakpointTarget(
int breakpointID,
string Description
)
IDTSBreakpointTarget100^ CreateBreakpointTarget(
[InAttribute] int breakpointID,
[InAttribute] String^ Description
)
abstract CreateBreakpointTarget :
breakpointID:int *
Description:string -> IDTSBreakpointTarget100
function CreateBreakpointTarget(
breakpointID : int,
Description : String
) : IDTSBreakpointTarget100
Parameters
- breakpointID
Type: System.Int32
The ID to assign to the breakpoint to distinguish it from other breakpoints.
- Description
Type: System.String
A string describing the breakpoint.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTarget100
A IDTSBreakpointTarget100 object.