Proprietà IDTSPropertiesProvider100.Properties
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property Properties As IDTSProperties100
Get
'Utilizzo
Dim instance As IDTSPropertiesProvider100
Dim value As IDTSProperties100
value = instance.Properties
IDTSProperties100 Properties { get; }
property IDTSProperties100^ Properties {
IDTSProperties100^ get ();
}
abstract Properties : IDTSProperties100
function get Properties () : IDTSProperties100
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
A IDTSProperties100 collection that contains IDTSProperty100 objects associated with the container.
Osservazioni
For more information, see IDTSPropertiesProvider.