Share via


IDTSProperty100 Interface

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

Represents an interface for the DtsProperty object.

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

Syntax

'Declaration
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
'Usage
Dim instance As IDTSProperty100
[GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface IDTSProperty100
[GuidAttribute(L"CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface class IDTSProperty100
[<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")>]
type IDTSProperty100 =  interface end
public interface IDTSProperty100

The IDTSProperty100 type exposes the following members.

Properties

  Name Description
Public property ConnectionType Infrastructure. Gets the name of the connection manager used to create the connection.
Public property DataType Infrastructure. Gets the data type of the property.
Public property Get Infrastructure. Gets a value that indicates whether a property value can be read.
Public property Name Infrastructure. Gets the name of the property.
Public property PropertyKind Infrastructure. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Public property Set Infrastructure. Gets a value that indicates whether the referenced object property is changeable.
Public property TypeConverter Infrastructure. Gets the assembly-qualified type name of the type converter object for the property.
Public property UITypeEditor Infrastructure. Gets the assembly-qualified type name of the graphical editor for the property.

Top

Methods

  Name Description
Public method GetExport Infrastructure. Indicates a value whether the object can be exported.
Public method GetExpression Infrastructure. Gets the expression for the specified object.
Public method GetPackagePath Infrastructure. Gets the relative path to the location of the specified package.
Public method GetValue Infrastructure. Returns the value of the property.
Public method SetExport Infrastructure. Sets the export flag for the specified object.
Public method SetExpression Infrastructure. Assigns the specified expression to the object.
Public method SetValue Infrastructure. Sets the value of the property.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace