Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ReadOnly Property ExtendedProperties As IDTSExtendedProperties100
Get
'Usage
Dim instance As IDTSPackage100
Dim value As IDTSExtendedProperties100
value = instance.ExtendedProperties
IDTSExtendedProperties100 ExtendedProperties { get; }
property IDTSExtendedProperties100^ ExtendedProperties {
IDTSExtendedProperties100^ get ();
}
abstract ExtendedProperties : IDTSExtendedProperties100
function get ExtendedProperties () : IDTSExtendedProperties100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperties100
The IDTSExtendedProperties100 collection for the package.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.