다음을 통해 공유


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.

참고 항목

참조

Package 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스