ISql90ContractMessageSpecifier.SentBy Property

Gets or sets the type that sent the message.

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

Syntax

'Declaration
Property SentBy As SqlMessageSentByType
    Get
    Set
'Usage
Dim instance As ISql90ContractMessageSpecifier
Dim value As SqlMessageSentByType

value = instance.SentBy

instance.SentBy = value
SqlMessageSentByType SentBy { get; set; }
property SqlMessageSentByType SentBy {
    SqlMessageSentByType get ();
    void set (SqlMessageSentByType value);
}
function get SentBy () : SqlMessageSentByType
function set SentBy (value : SqlMessageSentByType)
abstract SentBy : SqlMessageSentByType with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMessageSentByType
Returns a SqlMessageSentByType enumeration value.

.NET Framework Security

See Also

Reference

ISql90ContractMessageSpecifier Interface

ISql90ContractMessageSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace