DeploymentProjectBuilder.DeploymentScriptFile Property
Gets or sets the deployment script file.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Friend Property DeploymentScriptFile As FileInfo
protected internal FileInfo DeploymentScriptFile { get; set; }
protected public:
property FileInfo^ DeploymentScriptFile {
FileInfo^ get ();
void set (FileInfo^ value);
}
member DeploymentScriptFile : FileInfo with get, set
function get DeploymentScriptFile () : FileInfo
function set DeploymentScriptFile (value : FileInfo)
Property Value
Type: System.IO.FileInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.