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 SQL statement specified by the Execute SQL task is a stored procedure.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Property IsStoredProcedure As Boolean
Get
Set
'Usage
Dim instance As IDTSExecuteSQL
Dim value As Boolean
value = instance.IsStoredProcedure
instance.IsStoredProcedure = value
bool IsStoredProcedure { get; set; }
property bool IsStoredProcedure {
bool get ();
void set (bool value);
}
abstract IsStoredProcedure : bool with get, set
function get IsStoredProcedure () : boolean
function set IsStoredProcedure (value : boolean)
Property Value
Type: System.Boolean
true if the SQL statement that the Execute SQL task executes is a stored procedure; otherwise, false.