Partilhar via


Propriedade ISql90ContractMessageSpecifier.SentBy

Obtém ou define um valor que indica quais pontos de extremidade podem enviar esse tipo de mensagem.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property SentBy As SqlMessageSentByType
    Get
    Set
SqlMessageSentByType SentBy { get; set; }
property SqlMessageSentByType SentBy {
    SqlMessageSentByType get ();
    void set (SqlMessageSentByType value);
}
abstract SentBy : SqlMessageSentByType with get, set
function get SentBy () : SqlMessageSentByType
function set SentBy (value : SqlMessageSentByType)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlMessageSentByType

Segurança do .NET Framework

Consulte também

Referência

ISql90ContractMessageSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel