Compartir a través de


IDTSExecuteSQL.IsStoredProcedure Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado:  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Sintaxis

'Declaración
Property IsStoredProcedure As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSExecuteSQL Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask