Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Executes database command.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub Execute ( _
<OutAttribute> ByRef resultSet As TempDBResultSet _
)
'Usage
Dim instance As TempDB
Dim resultSet As TempDBResultSet
instance.Execute(resultSet)
public void Execute(
out TempDBResultSet resultSet
)
public:
void Execute(
[OutAttribute] TempDBResultSet^% resultSet
)
member Execute :
resultSet:TempDBResultSet byref -> unit
public function Execute(
resultSet : TempDBResultSet
)
Parameters
- resultSet
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet%
The result set.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace