Interfaccia IDTSParameters100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a class used by both the package parameters and project parameters collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
Inherits IEnumerable
'Utilizzo
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =
interface
interface IEnumerable
end
public interface IDTSParameters100 extends IEnumerable
Nel tipo IDTSParameters100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Infrastruttura. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. | |
Item | Infrastruttura. Gets a parameter object in the parameters collection with the specified index. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Infrastruttura. Adds a parameter object to the parameters collection with the specified name and data type. | |
Contains | Infrastruttura. Determines whether a parameter object with the specified name is contained in the parameters collection. | |
GetEnumerator | Infrastruttura. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. | |
Join | Infrastruttura. Joins the specified parameter to the parameters collection. | |
Remove | Infrastruttura. Removes a parameter object from the parameters collection. |
In alto