Partilhar via


Propriedade do RDL Item (String)

Gets a TransArticle object in the collection by name.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As TransArticle
    Get
'Uso
Dim instance As TransArticleCollection
Dim name As String
Dim value As TransArticle

value = instance(name)
public TransArticle this[
    string name
] { get; }
public:
property TransArticle^ default[String^ name] {
    TransArticle^ get (String^ name);
}
member Item : TransArticle
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Comentários

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.