Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a value that indicates whether the package is an entry point in the project.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property EntryPoint As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the package is an entry point in the project; otherwise, false.