Propriedade Item (String)
Gets a MergePublication 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 MergePublication
Get
'Uso
Dim instance As MergePublicationCollection
Dim name As String
Dim value As MergePublication
value = instance(name)
public MergePublication this[
string name
] { get; }
public:
property MergePublication^ default[String^ name] {
MergePublication^ get (String^ name);
}
member Item : MergePublication
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 merge publication.
Valor da propriedade
Tipo: Microsoft.SqlServer.Replication. . :: . .MergePublication
A MergePublication object.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.