Share via


PackageClass.ExtendedProperties Property

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

Gets the IDTSExtendedProperties100 collection for the package.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ExtendedProperties As IDTSExtendedProperties100 
    Get
'Usage
Dim instance As PackageClass 
Dim value As IDTSExtendedProperties100 

value = instance.ExtendedProperties
public virtual IDTSExtendedProperties100 ExtendedProperties { get; }
public:
virtual property IDTSExtendedProperties100^ ExtendedProperties {
    IDTSExtendedProperties100^ get ();
}
abstract ExtendedProperties : IDTSExtendedProperties100 
override ExtendedProperties : IDTSExtendedProperties100
function get ExtendedProperties () : IDTSExtendedProperties100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperties100
The IDTSExtendedProperties100 object collection for the package.

Implements

IDTSPackage100.ExtendedProperties

Remarks

For more information, see Package.

See Also

Reference

PackageClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace