[配置プロパティ] ページで使用されます (サンドボックスが有効な場合)。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
<BrowsableAttribute(False)> _
Public Property ExtenderSandboxDeploymentConfigFile As String
'使用
Dim instance As DatabaseConfigurationExtender
Dim value As String
value = instance.ExtenderSandboxDeploymentConfigFile
instance.ExtenderSandboxDeploymentConfigFile = value
[BrowsableAttribute(false)]
public string ExtenderSandboxDeploymentConfigFile { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderSandboxDeploymentConfigFile {
String^ get ();
void set (String^ value);
}
public function get ExtenderSandboxDeploymentConfigFile () : String
public function set ExtenderSandboxDeploymentConfigFile (value : String)
プロパティ値
型 : System.String
参照
参照
DatabaseConfigurationExtender クラス
DatabaseConfigurationExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders 名前空間