IDTSSendMailTask.CCLine Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the e-mail addresses of the carbon copy recipients.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Ensamblado: Microsoft.SqlServer.SendMailTask (en Microsoft.SqlServer.SendMailTask.dll)
Sintaxis
'Declaración
Property CCLine As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The e-mail addresses of the carbon copy recipients.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.SendMailTask