IDTSHasInternalProperties100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("BC3BC200-66E9-4A65-B2B0-13530595FB66")> _
Public Interface IDTSHasInternalProperties100
'Usage
Dim instance As IDTSHasInternalProperties100
[GuidAttribute("BC3BC200-66E9-4A65-B2B0-13530595FB66")]
public interface IDTSHasInternalProperties100
[GuidAttribute(L"BC3BC200-66E9-4A65-B2B0-13530595FB66")]
public interface class IDTSHasInternalProperties100
[<GuidAttribute("BC3BC200-66E9-4A65-B2B0-13530595FB66")>]
type IDTSHasInternalProperties100 = interface end
public interface IDTSHasInternalProperties100
The IDTSHasInternalProperties100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetInternalProperties | Infrastructure. For more information, see DtsProperty. | |
GetInternalPropertiesVersion | Infrastructure. For more information, see DtsProperty. |
Top