ISfcAlterable インターフェイス
現在のオブジェクトの状態に合わせてストレージを変更するためのスクリプトを生成するメソッドを定義します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Interface ISfcAlterable _
Inherits IAlterable
'使用
Dim instance As ISfcAlterable
public interface ISfcAlterable : IAlterable
public interface class ISfcAlterable : IAlterable
type ISfcAlterable =
interface
interface IAlterable
end
public interface ISfcAlterable extends IAlterable
ISfcAlterable 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
Alter | Microsoft SQL Server のインスタンス上でのプロパティに対する変更をすべて更新します。 (IAlterable から継承されています。) | |
ScriptAlter | 現在のオブジェクトの状態に合わせてストレージを変更するためのスクリプトを生成します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 |
先頭に戻る