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 whether the package info is an entry point.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Package_EntryPoint")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayDescriptionKeyAttribute("Package_EntryPointDesc")> _
Public ReadOnly Property EntryPoint As Boolean
Get
'Usage
Dim instance As PackageInfo
Dim value As Boolean
value = instance.EntryPoint
[DisplayNameKeyAttribute("Package_EntryPoint")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(Data = true)]
[DisplayCategoryKeyAttribute("General")]
[DisplayDescriptionKeyAttribute("Package_EntryPointDesc")]
public bool EntryPoint { get; }
[DisplayNameKeyAttribute(L"Package_EntryPoint")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(Data = true)]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayDescriptionKeyAttribute(L"Package_EntryPointDesc")]
public:
property bool EntryPoint {
bool get ();
}
[<DisplayNameKeyAttribute("Package_EntryPoint")>]
[<PropertyOrderAttribute()>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayDescriptionKeyAttribute("Package_EntryPointDesc")>]
member EntryPoint : bool
function get EntryPoint () : boolean
Eigenschaftswert
Typ: System.Boolean
True if the package info is an entry point; otherwise, false.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace