IDTSProductLevel100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DTSProductLevel.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("A7D40309-2FD0-491D-9636-C5FF81765CC3")> _
Public Interface IDTSProductLevel100
'Usage
Dim instance As IDTSProductLevel100
[GuidAttribute("A7D40309-2FD0-491D-9636-C5FF81765CC3")]
public interface IDTSProductLevel100
[GuidAttribute(L"A7D40309-2FD0-491D-9636-C5FF81765CC3")]
public interface class IDTSProductLevel100
[<GuidAttribute("A7D40309-2FD0-491D-9636-C5FF81765CC3")>]
type IDTSProductLevel100 = interface end
public interface IDTSProductLevel100
The IDTSProductLevel100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
RequiredProductLevel | Infrastructure. For more information, see DTSProductLevel. |
Top