Compartilhar via


Propriedade do RDL PackageInfo.EntryPoint

Gets whether the package info is an entry point.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("Package_EntryPoint")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayDescriptionKeyAttribute("Package_EntryPointDesc")> _
Public ReadOnly Property EntryPoint As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
True if the package info is an entry point; otherwise, false.

Consulte também

Referência

PackageInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices