Package.DesignTimeProperties 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the design time properties of a package such as layout information.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Property DesignTimeProperties As String
Get
Set
'用途
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)
屬性值
型別:System.String
The design time properties of a package such as layout information.