IDTSDynamicName100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSDynamicName100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDynamicName | Infrastructure. Retrieves the dynamic name for the DTS. |
Top