Proprietà TransPublicationCollection.Item (String)
Gets a TransPublication object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As TransPublication
Get
'Utilizzo
Dim instance As TransPublicationCollection
Dim name As String
Dim value As TransPublication
value = instance(name)
public TransPublication this[
string name
] { get; }
public:
property TransPublication^ default[String^ name] {
TransPublication^ get (String^ name);
}
member Item : TransPublication
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
A String value that specifies the name of the transactional or snapshot publication.
Valore proprietà
Tipo: Microsoft.SqlServer.Replication.TransPublication
A TransPublication object.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.