Freigeben über


IDTSDynamicName100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the dynamic name for the DTS.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("E703C13D-BB55-4604-AABE-030431CF5038")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSDynamicName100
'Usage
Dim instance As IDTSDynamicName100
[GuidAttribute("E703C13D-BB55-4604-AABE-030431CF5038")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSDynamicName100
[GuidAttribute(L"E703C13D-BB55-4604-AABE-030431CF5038")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSDynamicName100
[<GuidAttribute("E703C13D-BB55-4604-AABE-030431CF5038")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSDynamicName100 =  interface end
public interface IDTSDynamicName100

Der IDTSDynamicName100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetDynamicName Infrastruktur Retrieves the dynamic name for the DTS.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace