Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the message sender.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property SentBy As MessageSender
Get
Set
'Utilizzo
Dim instance As ContractMessage
Dim value As MessageSender
value = instance.SentBy
instance.SentBy = value
public MessageSender SentBy { get; set; }
public:
property MessageSender SentBy {
MessageSender get ();
void set (MessageSender value);
}
member SentBy : MessageSender with get, set
function get SentBy () : MessageSender
function set SentBy (value : MessageSender)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.MessageSender
The message sender.