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.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("5B75EF84-D4C2-43F6-9867-5978E1B575CA")]
public interface class IDTSProperty100

NameDescription
System_CAPS_pubpropertyConnectionType

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.

System_CAPS_pubpropertyDataType

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

Gets the data type of the property.

System_CAPS_pubpropertyGet

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.

System_CAPS_pubpropertyName

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

Gets the name of the property.

System_CAPS_pubpropertyPropertyKind

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.

System_CAPS_pubpropertySet

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.

System_CAPS_pubpropertyTypeConverter

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.

System_CAPS_pubpropertyUITypeEditor

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.

NameDescription
System_CAPS_pubmethodGetExport(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.

System_CAPS_pubmethodGetExpression(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.

System_CAPS_pubmethodGetPackagePath(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.

System_CAPS_pubmethodGetValue(Object^)

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

Returns the value of the property.

System_CAPS_pubmethodSetExport(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.

System_CAPS_pubmethodSetExpression(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.

System_CAPS_pubmethodSetValue(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.

Return to top
Show: