Proprietà IDTSExecuteSQL.IsStoredProcedure
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Sintassi
'Dichiarazione
Property IsStoredProcedure As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the SQL statement that the Execute SQL task executes is a stored procedure; otherwise, false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask