Compartir a través de


ISql90Route.BrokerInstanceIdentifier (Propiedad)

Obtiene o establece el nombre del servidor remoto que hospeda el servicio de destino.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property BrokerInstanceIdentifier As String
    Get
    Set
string BrokerInstanceIdentifier { get; set; }
property String^ BrokerInstanceIdentifier {
    String^ get ();
    void set (String^ value);
}
abstract BrokerInstanceIdentifier : string with get, set
function get BrokerInstanceIdentifier () : String
function set BrokerInstanceIdentifier (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90Route Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)