SqlDataSource.DeleteCommandType プロパティ
アセンブリ: System.Web (system.web.dll 内)
構文Dim instance As SqlDataSource Dim value As SqlDataSourceCommandType value = instance.DeleteCommandType instance.DeleteCommandType = value
public: property SqlDataSourceCommandType DeleteCommandType { SqlDataSourceCommandType get (); void set (SqlDataSourceCommandType value); }
/** @property */ public SqlDataSourceCommandType get_DeleteCommandType () /** @property */ public void set_DeleteCommandType (SqlDataSourceCommandType value)
public function get DeleteCommandType () : SqlDataSourceCommandType public function set DeleteCommandType (value : SqlDataSourceCommandType)
SqlDataSourceCommandType 値の 1 つ。既定値は Text です。
解説DeleteCommandType プロパティは、SqlDataSource コントロールに関連付けられた SqlDataSourceView オブジェクトの DeleteCommandType プロパティに処理を代行させます。
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からSqlDataSource.DeleteCommandType プロパティを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からSqlDataSource.DeleteCommandType プロパティ
を検索
- SqlDataSource.DeleteCommandType プロパティのページへのリンク