PackageItem.EntryPoint 屬性
Gets or sets a value that indicates whether the package is an entry point in the project.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Property EntryPoint As Boolean
Get
Set
'用途
Dim instance As PackageItem
Dim value As Boolean
value = instance.EntryPoint
instance.EntryPoint = value
public bool EntryPoint { get; set; }
public:
property bool EntryPoint {
bool get ();
void set (bool value);
}
member EntryPoint : bool with get, set
function get EntryPoint () : boolean
function set EntryPoint (value : boolean)
屬性值
型別:System.Boolean
true if the package is an entry point in the project; otherwise, false.