ISql90ContractMessageSpecifier.SentBy 属性

获取或设置一个值,该值指示可以发送此消息类型的终结点。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlMessageSentByType

.NET Framework 安全性

请参见

参考

ISql90ContractMessageSpecifier 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间