Dela via


ISql90ContractMessageSpecifier.SentBy Property

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

Syntax

'Declaration
Property SentBy As SqlMessageSentByType
'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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMessageSentByType

.NET Framework Security

See Also

Reference

ISql90ContractMessageSpecifier Interface

ISql90ContractMessageSpecifier Members

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