Freigeben über


IDTSSendMailTask.CCLine-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the e-mail addresses of the carbon copy recipients.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Property CCLine As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The e-mail addresses of the carbon copy recipients.

Siehe auch

Verweis

IDTSSendMailTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.SendMailTask-Namespace