IDTSName100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see IDTSName.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")> _
Public Interface IDTSName100
'Usage
Dim instance As IDTSName100
[GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface IDTSName100
[GuidAttribute(L"81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface class IDTSName100
[<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")>]
type IDTSName100 = interface end
public interface IDTSName100
The IDTSName100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
CreationName | Infrastructure. For more information, see IDTSName. | |
Description | Infrastructure. For more information, see IDTSName. | |
ID | Infrastructure. For more information, see IDTSName. | |
Name | Infrastructure. For more information, see IDTSName. |
Top