Interfaccia IDTSSelectedLogProviders100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Defines an interface for a collection of selected IDTSLogProvider100 objects.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
Inherits IEnumerable
'Utilizzo
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")>]
type IDTSSelectedLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSSelectedLogProviders100 extends IEnumerable
Nel tipo IDTSSelectedLogProviders100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Infrastruttura. Gets the number of elements contained in the collection. | |
Item | Infrastruttura. Gets an IDTSLogProvider100 object from the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Infrastruttura. Adds the specified IDTSLogProvider100 object to the end of the collection. | |
GetEnumerator | Infrastruttura. Returns an enumerator for use in iterating over the collection. | |
Remove | Infrastruttura. Removes an IDTSLogProvider100 object from the collection. |
In alto