Interfaccia IDTSProperties100

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

Contains a collection of IDTSProperty100 objects.

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

Sintassi

'Dichiarazione
<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")> _
Public Interface IDTSProperties100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSProperties100
[GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface IDTSProperties100 : IEnumerable
[GuidAttribute(L"ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface class IDTSProperties100 : IEnumerable
[<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")>]
type IDTSProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSProperties100 extends IEnumerable

Nel tipo IDTSProperties100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the IDTSProperties100 instance.
Proprietà pubblica Item Infrastruttura. Gets an IDTSProperty100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a property to the collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the IDTSProperties100 collection.

In alto

Osservazioni

For more information, see DtsProperties.

Vedere anche

Riferimento

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