IDTSExtendedProperty100 Interface

 

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

This class contains members that hold additional information about a package.

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

[GuidAttribute("4887EF97-93DB-44EC-929E-ABD97E3F34F3")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("Value")]
public interface class IDTSExtendedProperty100

NameDescription
System_CAPS_pubpropertyDataType

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

Gets the DataType of the value stored in this instance for the package. This field is read-only.

System_CAPS_pubpropertyNamespace

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

Gets or sets the namespace associated with this information.

System_CAPS_pubpropertyQualifiedName

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

Gets or sets a name for what is stored in this instance.

System_CAPS_pubpropertyValue

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

Gets or sets the value for the information stored in this instance.

Return to top
Show: