Partilhar via


Propriedade do RDL DependencyChainCollection.Item

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the Dependency object at the specified index.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Dependency 
    Get
'Uso
Dim instance As DependencyChainCollection 
Dim index As Integer 
Dim value As Dependency 

value = instance(index)
public Dependency this[
    int index
] { get; }
public:
property Dependency^ default[int index] {
    Dependency^ get (int index);
}
member Item : Dependency
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object at the specified index.

Consulte também

Referência

DependencyChainCollection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc