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 | |
---|---|---|
Equals | (Inherited from Object.) | |
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. | |
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. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.