Compartir a través de


PackageItem.EntryPoint Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property EntryPoint As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

PackageItem Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime