Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Property UseProjectReference As Boolean
Get
Set
'Usage
Dim instance As IDTSExecutePackage100
Dim value As Boolean
value = instance.UseProjectReference
instance.UseProjectReference = value
bool UseProjectReference { get; set; }
property bool UseProjectReference {
bool get ();
void set (bool value);
}
abstract UseProjectReference : bool with get, set
function get UseProjectReference () : boolean
function set UseProjectReference (value : boolean)
Property Value
Type: System.Boolean
true if the IDTSExecutePackage100 uses project reference; otherwise, false.