此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure.
命名空間: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
組件: Microsoft.SqlServer.SQLTask (在 Microsoft.SqlServer.SQLTask.dll 中)
語法
'宣告
Property IsStoredProcedure As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
true if the SQL statement that the Execute SQL task executes is a stored procedure; otherwise, false.