ISql90ContractMessageSpecifier.SentBy-Eigenschaft

Ruft einen Wert ab, der angibt, welche Endpunkte diesen Nachrichtentyp senden können, oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90ContractMessageSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace