Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the subject of the e-mail message.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Property Subject As String
Get
Set
'Usage
Dim instance As IDTSSendMailTask
Dim value As String
value = instance.Subject
instance.Subject = value
string Subject { get; set; }
property String^ Subject {
String^ get ();
void set (String^ value);
}
abstract Subject : string with get, set
function get Subject () : String
function set Subject (value : String)
Property Value
Type: System.String
The subject of the e-mail message.