サンドボックス設定を使用する場合は、[配置プロパティ] ページで配置スクリプト ファイル名を取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
<BrowsableAttribute(False)> _
Public Property ExtenderSandboxDeployScriptFileName As String
'使用
Dim instance As AgnosticDatabaseConfigurationSandboxExtender
Dim value As String
value = instance.ExtenderSandboxDeployScriptFileName
instance.ExtenderSandboxDeployScriptFileName = value
[BrowsableAttribute(false)]
public string ExtenderSandboxDeployScriptFileName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderSandboxDeployScriptFileName {
String^ get ();
void set (String^ value);
}
public function get ExtenderSandboxDeployScriptFileName () : String
public function set ExtenderSandboxDeployScriptFileName (value : String)
プロパティ値
型 : System.String
参照
参照
AgnosticDatabaseConfigurationSandboxExtender クラス
AgnosticDatabaseConfigurationSandboxExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders 名前空間