Share via


PackageItem.EntryPoint Property

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

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

Syntax

'Declaration
Public Property EntryPoint As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

PackageItem Class

Microsoft.SqlServer.Dts.Runtime Namespace