Proprietà IDTSSendMailTask.CCLine
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the e-mail addresses of the carbon copy recipients.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Sintassi
'Dichiarazione
Property CCLine As String
Get
Set
'Utilizzo
Dim instance As IDTSSendMailTask
Dim value As String
value = instance.CCLine
instance.CCLine = value
string CCLine { get; set; }
property String^ CCLine {
String^ get ();
void set (String^ value);
}
abstract CCLine : string with get, set
function get CCLine () : String
function set CCLine (value : String)
Valore proprietà
Tipo: System.String
The e-mail addresses of the carbon copy recipients.