配置アクション プロパティを取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Property ExtenderDeployAction As String
'使用
Dim instance As DatabaseConfigurationExtender
Dim value As String
value = instance.ExtenderDeployAction
instance.ExtenderDeployAction = value
public string ExtenderDeployAction { get; set; }
public:
property String^ ExtenderDeployAction {
String^ get ();
void set (String^ value);
}
public function get ExtenderDeployAction () : String
public function set ExtenderDeployAction (value : String)
プロパティ値
型 : System.String
参照
参照
DatabaseConfigurationExtender クラス
DatabaseConfigurationExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders 名前空間