Dela via


IDTSProperty100 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("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")> _
Public Interface IDTSProperty100
'Usage
Dim instance As IDTSProperty100
[GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")]
public interface IDTSProperty100
[GuidAttribute(L"A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")]
public interface class IDTSProperty100
[<GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")>]
type IDTSProperty100 =  interface end
public interface IDTSProperty100

The IDTSProperty100 type exposes the following members.

Properties

  Name Description
Public property ConnectionType Infrastructure. For more information, see DtsProperty.
Public property DataType Infrastructure. For more information, see DtsProperty.
Public property Get Infrastructure. For more information, see DtsProperty.
Public property Name Infrastructure. For more information, see DtsProperty.
Public property PropertyKind Infrastructure. For more information, see DtsProperty.
Public property Set Infrastructure. For more information, see DtsProperty.
Public property TypeConverter Infrastructure. For more information, see DtsProperty.
Public property UITypeEditor Infrastructure. For more information, see DtsProperty.

Top

Methods

  Name Description
Public method GetExport Infrastructure. For more information, see DtsProperty.
Public method GetExpression Infrastructure. For more information, see DtsProperty.
Public method GetPackagePath Infrastructure. For more information, see DtsProperty.
Public method GetValue Infrastructure. For more information, see DtsProperty.
Public method SetExport Infrastructure. For more information, see DtsProperty.
Public method SetExpression Infrastructure. For more information, see DtsProperty.
Public method SetValue Infrastructure. For more information, see DtsProperty.

Top