ISql90ContractMessageSpecifier.SentBy (Propiedad)

Obtiene o establece un valor que indica qué extremos pueden enviar este tipo de mensaje.

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

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90ContractMessageSpecifier Interfaz

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