Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a class used by both the package parameters and project parameters collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
Inherits IEnumerable
'Uso
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
O tipo IDTSParameters100 expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
Count | Infraestrutura. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. |
![]() |
Item | Infraestrutura. Gets a parameter object in the parameters collection with the specified index. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Add | Infraestrutura. Adds a parameter object to the parameters collection with the specified name and data type. |
![]() |
Contains | Infraestrutura. Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() |
GetEnumerator | Infraestrutura. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
![]() |
Join | Infraestrutura. Joins the specified parameter to the parameters collection. |
![]() |
Remove | Infraestrutura. Removes a parameter object from the parameters collection. |
Início
.gif)
.gif)