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.