Propriedade do RDL IDTSExecutables100.Item
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets an IDTSExecutable100 object from the collection.
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 IDTSExecutable100
Get
'Uso
Dim instance As IDTSExecutables100
Dim Index As Object
Dim value As IDTSExecutable100
value = instance(Index)
IDTSExecutable100 this[
Object Index
] { get; }
property IDTSExecutable100^ default[[InAttribute] Object^ Index] {
IDTSExecutable100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSExecutable100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- Index
Tipo: System.Object
The index of the IDTSExecutable100 object to return.
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
An IDTSExecutable100 object.
Comentários
For more information, see Executables.