ISfcMovable Interface

Defines methods that can be used to move an object in storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Interface ISfcMovable
'Usage
Dim instance As ISfcMovable
public interface ISfcMovable
public interface class ISfcMovable
type ISfcMovable =  interface end
public interface ISfcMovable

The ISfcMovable type exposes the following members.

Methods

  Name Description
Public method Move Moves this object under the specified parent object and updates the storage to reflect the move. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ScriptMove Produces the script to move this object under the specified parent object Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top