Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Property Value
Type: System.Boolean
True if the package info is an entry point; otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace