PackageRemote64Class.ExtendedProperties Property

Definition

Gets the ExtendedProperties collection for the package.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExtendedProperties100 ^ ExtendedProperties { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExtendedProperties100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperties100 ExtendedProperties { get; }
member this.ExtendedProperties : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperties100
Public Overridable ReadOnly Property ExtendedProperties As IDTSExtendedProperties100

Property Value

An IDTSExtendedProperties100 collection.

Implements

Applies to