Freigeben über


IDTSDynamicName100.GetDynamicName-Methode

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

Retrieves the dynamic name for the DTS.

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

Syntax

'Declaration
Function GetDynamicName As String
'Usage
Dim instance As IDTSDynamicName100 
Dim returnValue As String 

returnValue = instance.GetDynamicName()
string GetDynamicName()
String^ GetDynamicName()
abstract GetDynamicName : unit -> string
function GetDynamicName() : String

Rückgabewert

Typ: System.String
The dynamic name for the DTS.

Siehe auch

Verweis

IDTSDynamicName100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace