Partager via


Propriété Owner

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see BreakpointTarget.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Default Property Owner As IDTSBreakpointSite100
    Get
'Utilisation
Dim instance As IDTSBreakpointTarget100
Dim value As IDTSBreakpointSite100

value = instance
IDTSBreakpointSite100 this { get; }
property IDTSBreakpointSite100^ default {
    IDTSBreakpointSite100^ get ();
}
abstract Owner : IDTSBreakpointSite100
function get Owner () : IDTSBreakpointSite100