Propriedade do RDL CCLine
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (em Microsoft.SqlServer.SendMailTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
Consulte também