Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Contains information about all the connections on the computer. The collection contains IDTSConnectionInfo100 objects that provide the details about each connection. The collection is available using the ApplicationClass class.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")> _
Public Interface IDTSConnectionInfos100 _
Inherits IEnumerable
'Utilisation
Dim instance As IDTSConnectionInfos100
[GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")]
public interface IDTSConnectionInfos100 : IEnumerable
[GuidAttribute(L"DE4C1E38-CECA-486C-93F9-FF8F4133EF64")]
public interface class IDTSConnectionInfos100 : IEnumerable
[<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")>]
type IDTSConnectionInfos100 =
interface
interface IEnumerable
end
public interface IDTSConnectionInfos100 extends IEnumerable
Le type IDTSConnectionInfos100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Infrastructure. Gets the number of IDTSConnectionInfo100 objects in the collection. |
![]() |
Item | Infrastructure. Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
GetEnumerator | Infrastructure. Returns an IEnumerator object that iterates through the IDTSConnectionInfos100 collection. |
Haut de la page
Notes
For more information, see ConnectionInfos.
.gif)
.gif)