PackageRemote64Class.ExtendedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.