PackageInfo.EntryPoint プロパティ

パッケージ情報がエントリ ポイントかどうかを示す値を取得します。

名前空間:  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、それ以外の場合は false。

関連項目

参照

PackageInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間