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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90ContractMessageSpecifier Interface