Share via


IDTSHasInternalProperties100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a DTS internal properties.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("90D16BCA-B47A-43BD-BB26-B1755090922A")> _
Public Interface IDTSHasInternalProperties100
'Usage
Dim instance As IDTSHasInternalProperties100
[GuidAttribute("90D16BCA-B47A-43BD-BB26-B1755090922A")]
public interface IDTSHasInternalProperties100
[GuidAttribute(L"90D16BCA-B47A-43BD-BB26-B1755090922A")]
public interface class IDTSHasInternalProperties100
[<GuidAttribute("90D16BCA-B47A-43BD-BB26-B1755090922A")>]
type IDTSHasInternalProperties100 =  interface end
public interface IDTSHasInternalProperties100

The IDTSHasInternalProperties100 type exposes the following members.

Methods

  Name Description
Public method GetInternalProperties Infrastructure. Gets the specified internal properties.
Public method GetInternalPropertiesVersion Infrastructure. Gets the version of the internal properties.

Top

Remarks

For more information, see DtsProperty.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace