IMarkForDrop 介面
Defines a method that marks an object to be dropped.
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Public Interface IMarkForDrop
'用途
Dim instance As IMarkForDrop
public interface IMarkForDrop
public interface class IMarkForDrop
type IMarkForDrop = interface end
public interface IMarkForDrop
IMarkForDrop 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. |
上層
備註
The IMarkForDrop class is implemented by various instance classes.