CCLine Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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