Compartilhar via


Interface IDTSExtendedProperties100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a collection of IDTSExtendedProperty100 objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")> _
Public Interface IDTSExtendedProperties100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSExtendedProperties100
[GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")>]
type IDTSExtendedProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExtendedProperties100 extends IEnumerable

O tipo IDTSExtendedProperties100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the collection.
Propriedade pública Item Infraestrutura. Gets an IDTSExtendedProperty100 object from the collection.

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.
Método público GetEnumerator Infraestrutura. Returns an enumerator for iterating over the collection.
Método público Remove Infraestrutura. Removes an IDTSExtendedProperty100 object from the collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper