IDTSExecuteSQL.IsStoredProcedure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.