Package.DesignTimeProperties Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the design time properties of a package such as layout information.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[BrowsableAttribute(false)]
public string DesignTimeProperties { get; set; }
public:
[BrowsableAttribute(false)]
property String^ DesignTimeProperties {
    String^ get();
    void set(String^ value);
}
[<BrowsableAttribute(false)>]
member DesignTimeProperties : string with get, set
<BrowsableAttribute(False)>
Public Property DesignTimeProperties As String

Property Value

Type: System.String

The design time properties of a package such as layout information.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top