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
- name
Tipo: System. . :: . .String
A String value that specifies the name of the article.
Valor da propriedade
Tipo: Microsoft.SqlServer.Replication. . :: . .TransArticle
TransArticle object.
Comentários
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Consulte também