แชร์ผ่าน


Package.DesignTimeProperties Property

This API supports the SQL Server 2012 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

'Declaration
<BrowsableAttribute(False)> _
Public Property DesignTimeProperties As String 
    Get 
    Set
'Usage
Dim instance As Package 
Dim value As String 

value = instance.DesignTimeProperties

instance.DesignTimeProperties = value
[BrowsableAttribute(false)]
public string DesignTimeProperties { get; set; }
[BrowsableAttribute(false)]
public:
property String^ DesignTimeProperties {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member DesignTimeProperties : string with get, set
function get DesignTimeProperties () : String 
function set DesignTimeProperties (value : String)

Property Value

Type: System.String
The design time properties of a package such as layout information.

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace