Compartilhar via


Método IDTSDynamicName100.GetDynamicName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Retrieves the dynamic name for the DTS.

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

Sintaxe

'Declaração
Function GetDynamicName As String
'Uso
Dim instance As IDTSDynamicName100 
Dim returnValue As String 

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

Valor de retorno

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

Consulte também

Referência

IDTSDynamicName100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper