Compartir a través de


DistributorCollection.Item Property (String)

Gets a specific Distributor object in the DistributorCollection object by name.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As Distributor
public Distributor this [
    string name
] { get; }
public:
property Distributor^ default [String^] {
    Distributor^ get (String^ name);
}
/** @property */
public Distributor get_Item (String name)

Parámetros

  • name
    A String value that specifies the name of the Distributor object in the collection.

Valor de propiedad

A Distributor object that represents a distributor for the instance of Notification Services.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DistributorCollection Class
DistributorCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Otros recursos

Especificar la configuración del distribuidor
Distributor Element (ADF)