Partager via


Méthode IDTSDynamicName100.GetDynamicName

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

Retrieves the dynamic name for the DTS.

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

Syntaxe

'Déclaration
Function GetDynamicName As String
'Utilisation
Dim instance As IDTSDynamicName100 
Dim returnValue As String 

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

Valeur de retour

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

Voir aussi

Référence

IDTSDynamicName100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper