Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents a collection of IDTSExtendedProperty100 objects.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<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
El tipo IDTSExtendedProperties100 expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | Infraestructura. Gets the number of elements contained in the collection. |
![]() |
Item | Infraestructura. Gets an IDTSExtendedProperty100 object from the collection. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | Infraestructura. Adds a new, empty IDTSExtendedProperty100 object to the end of the collection. |
![]() |
GetEnumerator | Infraestructura. Returns an enumerator for iterating over the collection. |
![]() |
Remove | Infraestructura. Removes an IDTSExtendedProperty100 object from the collection. |
Arriba
.gif)
.gif)