Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.Boolean
true if the package is an entry point in the project; otherwise, false.