다음을 통해 공유


PackageItem.EntryPoint 속성

Gets or sets a value that indicates whether the package is an entry point in the project.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Property EntryPoint As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As PackageItem 
Dim value As Boolean 

value = instance.EntryPoint

instance.EntryPoint = value
public bool EntryPoint { get; set; }
public:
property bool EntryPoint {
    bool get ();
    void set (bool value);
}
member EntryPoint : bool with get, set
function get EntryPoint () : boolean 
function set EntryPoint (value : boolean)

속성 값

유형: System.Boolean
true if the package is an entry point in the project; otherwise, false.

참고 항목

참조

PackageItem 클래스

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