IDTSProperty100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for the DtsProperty object.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the connection manager used to create the connection. |
![]() | DataType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the data type of the property. |
![]() | Get | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether a property value can be read. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the property. |
![]() | PropertyKind | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. |
![]() | Set | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the referenced object property is changeable. |
![]() | TypeConverter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the assembly-qualified type name of the type converter object for the property. |
![]() | UITypeEditor | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the assembly-qualified type name of the graphical editor for the property. |
| Name | Description | |
|---|---|---|
![]() | GetExport(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates a value whether the object can be exported. |
![]() | GetExpression(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the expression for the specified object. |
![]() | GetPackagePath(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the relative path to the location of the specified package. |
![]() | GetValue(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the property. |
![]() | SetExport(Object^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the export flag for the specified object. |
![]() | SetExpression(Object^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the specified expression to the object. |
![]() | SetValue(Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the value of the property. |

