Proprietà PackageRemote64Class.ExtendedProperties
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the ExtendedProperties collection for the package.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property ExtendedProperties As IDTSExtendedProperties100
Get
'Utilizzo
Dim instance As PackageRemote64Class
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperties100
An IDTSExtendedProperties100 collection.
Implementa
IDTSPackage100.ExtendedProperties