Propriedade do RDL IDTSRunningPackages100.Item
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the running package with the specified key.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSRunningPackage100
Get
'Uso
Dim instance As IDTSRunningPackages100
Dim Index As Object
Dim value As IDTSRunningPackage100
value = instance(Index)
IDTSRunningPackage100 this[
Object Index
] { get; }
property IDTSRunningPackage100^ default[[InAttribute] Object^ Index] {
IDTSRunningPackage100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSRunningPackage100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- Index
Tipo: System.Object
The name, identity, ID, or index of the running package to return.
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackage100
The running package with the specified key.
Comentários
For more information, see RunningPackages.