Partager via


Propriété PackageItem.EntryPoint

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property EntryPoint As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

PackageItem Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime