DistributionDatabaseCollection.Item[] Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein DistributionDatabase-Objekt in der Auflistung nach Indexnummer oder Datenbanknamen ab.
Überlädt
Item[Int32] |
Ruft ein DistributionDatabase-Objekt in der Auflistung nach Indexnummer ab |
Item[String] |
Ruft ein DistributionDatabase-Objekt in der Auflistung nach Datenbankname ab. |
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von .NET Framework unterstützt.
Item[Int32]
Ruft ein DistributionDatabase-Objekt in der Auflistung nach Indexnummer ab
public:
property Microsoft::SqlServer::Replication::DistributionDatabase ^ default[int] { Microsoft::SqlServer::Replication::DistributionDatabase ^ get(int index); };
public Microsoft.SqlServer.Replication.DistributionDatabase this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Replication.DistributionDatabase
Default Public ReadOnly Property Item(index As Integer) As DistributionDatabase
Parameter
- index
- Int32
Ein Int32 Wert, der die Position des DistributionDatabase Objekts im .DistributionDatabaseCollection
Eigenschaftswert
Ein DistributionDatabase-Objekt.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von .NET Framework unterstützt.
Gilt für:
Item[String]
Ruft ein DistributionDatabase-Objekt in der Auflistung nach Datenbankname ab.
public:
property Microsoft::SqlServer::Replication::DistributionDatabase ^ default[System::String ^] { Microsoft::SqlServer::Replication::DistributionDatabase ^ get(System::String ^ name); };
public Microsoft.SqlServer.Replication.DistributionDatabase this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Replication.DistributionDatabase
Default Public ReadOnly Property Item(name As String) As DistributionDatabase
Parameter
Eigenschaftswert
Ein DistributionDatabase-Objekt.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von .NET Framework unterstützt.