IDTSExecuteSQL.IsStoredProcedure Property

Definition

Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure.

public:
 property bool IsStoredProcedure { bool get(); void set(bool value); };
public bool IsStoredProcedure { get; set; }
member this.IsStoredProcedure : bool with get, set
Public Property IsStoredProcedure As Boolean

Property Value

true if the SQL statement that the Execute SQL task executes is a stored procedure; otherwise, false.

Applies to