Propriedade do RDL SfcCollection<T, K, ParentT>.Item
Gets the item specified by the key. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
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 ( _
key As K _
) As T
Get
'Uso
Dim instance As SfcCollection
Dim key As K
Dim value As T
value = instance(key)
public T this[
K key
] { get; }
public:
property T default[K key] {
T get (K key);
}
member Item : 'T
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- key
Tipo: K
The key that identifies the item to get.
Valor da propriedade
Tipo: T
The object specified by the key.