Propriedade do RDL ProjectVariablesWrapper.Item
Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
index As Object _
) As IDTSVariable100
Get
'Uso
Dim instance As ProjectVariablesWrapper
Dim index As Object
Dim value As IDTSVariable100
value = instance(index)
public IDTSVariable100 this[
Object index
] { get; }
public:
virtual property IDTSVariable100^ default[Object^ index] {
IDTSVariable100^ get (Object^ index) sealed;
}
abstract Item : IDTSVariable100
override Item : IDTSVariable100
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 variable object to return
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified IDTSVariable100 object.