Propriété IDTSSendMailTask.CCLine
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the e-mail addresses of the carbon copy recipients.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly : Microsoft.SqlServer.SendMailTask (en Microsoft.SqlServer.SendMailTask.dll)
Syntaxe
'Déclaration
Property CCLine As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The e-mail addresses of the carbon copy recipients.