Propriedade do RDL DistributionDatabaseCollection.Item (Int32)
Gets a DistributionDatabase object in the collection by index number.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As DistributionDatabase
Get
'Uso
Dim instance As DistributionDatabaseCollection
Dim index As Integer
Dim value As DistributionDatabase
value = instance(index)
public DistributionDatabase this[
int index
] { get; }
public:
property DistributionDatabase^ default[int index] {
DistributionDatabase^ get (int index);
}
member Item : DistributionDatabase
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System.Int32
An Int32 value that specifies the position of the DistributionDatabase object in the DistributionDatabaseCollection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Replication.DistributionDatabase
A DistributionDatabase object.
Comentários
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.