DistributionArticleCollection.Item Property (String)
Gets a DistributionArticle object in the collection by name.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As DistributionArticle
Get
'Usage
Dim instance As DistributionArticleCollection
Dim name As String
Dim value As DistributionArticle
value = instance(name)
public DistributionArticle this[
string name
] { get; }
public:
property DistributionArticle^ default[String^ name] {
DistributionArticle^ get (String^ name);
}
member Item : DistributionArticle
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the article.
Property Value
Type: Microsoft.SqlServer.Replication.DistributionArticle
A DistributionArticle object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.