Propriedade do RDL Item (Int32)
Gets an item from the collection based on an index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As CryptographicProvider
Get
'Uso
Dim instance As CryptographicProviderCollection
Dim index As Integer
Dim value As CryptographicProvider
value = instance(index)
public CryptographicProvider this[
int index
] { get; }
public:
property CryptographicProvider^ default[int index] {
CryptographicProvider^ get (int index);
}
member Item : CryptographicProvider
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System. . :: . .Int32
Int32 specifying the index of the Item in the collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .CryptographicProvider
CryptographicProvider
Consulte também