Compartir a través de


IDTSPackage100.DesignTimeProperties Propiedad

Definición

Obtiene o establece las propiedades de tiempo de diseño de un paquete.

public:
 property System::String ^ DesignTimeProperties { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(90)]
public string DesignTimeProperties { [System.Runtime.InteropServices.DispId(90)] get; [System.Runtime.InteropServices.DispId(90)] set; }
[<System.Runtime.InteropServices.DispId(90)>]
[<get: System.Runtime.InteropServices.DispId(90)>]
[<set: System.Runtime.InteropServices.DispId(90)>]
member this.DesignTimeProperties : string with get, set
Public Property DesignTimeProperties As String

Valor de propiedad

Propiedades de tiempo de diseño de un paquete.

Atributos

Comentarios

Las interfaces Package y PackageNeutral implementan esta interfaz.

Se aplica a