Proprietà IDTSPackage100.ExtendedProperties

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the IDTSExtendedProperties100 collection for the package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property ExtendedProperties As IDTSExtendedProperties100 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper