PackageInfo.EntryPoint 属性

Gets whether the package info is an entry point.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<DisplayNameKeyAttribute("Package_EntryPoint")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayDescriptionKeyAttribute("Package_EntryPointDesc")> _
Public ReadOnly Property EntryPoint As Boolean 
    Get
用法
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

属性值

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

请参阅

参考

PackageInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间