Propriedade do RDL Filename
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (em Microsoft.SqlServer.Exec80PackageTask.dll)
Sintaxe
'Declaração
Property Filename As String
Get
Set
'Uso
Dim instance As IDTSExec80PackageTask
Dim value As String
value = instance.Filename
instance.Filename = value
string Filename { get; set; }
property String^ Filename {
String^ get ();
void set (String^ value);
}
abstract Filename : string with get, set
function get Filename () : String
function set Filename (value : String)
Valor da propriedade
Tipo: System. . :: . .String
Consulte também