IDTSEnumReferencedObjects100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see EnumReferencedObjects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("3C66F0A2-A420-4896-9FB6-AFA9C48AE2B5")> _
Public Interface IDTSEnumReferencedObjects100
'Usage
Dim instance As IDTSEnumReferencedObjects100
[GuidAttribute("3C66F0A2-A420-4896-9FB6-AFA9C48AE2B5")]
public interface IDTSEnumReferencedObjects100
[GuidAttribute(L"3C66F0A2-A420-4896-9FB6-AFA9C48AE2B5")]
public interface class IDTSEnumReferencedObjects100
[<GuidAttribute("3C66F0A2-A420-4896-9FB6-AFA9C48AE2B5")>]
type IDTSEnumReferencedObjects100 = interface end
public interface IDTSEnumReferencedObjects100
The IDTSEnumReferencedObjects100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Object | Infrastructure. For more information, see EnumReferencedObjects. | |
ReferenceType | Infrastructure. For more information, see EnumReferencedObjects. | |
UsageDescription | Infrastructure. For more information, see EnumReferencedObjects. | |
UsageLocation | Infrastructure. For more information, see EnumReferencedObjects. |
Top
Methods
Name | Description | |
---|---|---|
Next | Infrastructure. For more information, see EnumReferencedObjects. | |
Reset | Infrastructure. For more information, see EnumReferencedObjects. |
Top