SfcTSqlExecutor Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlExecutor

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcTSqlExecutor
'Usage
Dim instance As SfcTSqlExecutor
public sealed class SfcTSqlExecutor
public ref class SfcTSqlExecutor sealed
[<SealedAttribute>]
type SfcTSqlExecutor =  class end
public final class SfcTSqlExecutor

The SfcTSqlExecutor type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member ExecuteNonQuery Executes a query statement against the connection and returns the number of rows affected. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member ExecuteScalar Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.