Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the file name to reverse.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Property ScriptFileName As String
'Usage
Dim instance As OAImportScript
Dim value As String
value = instance.ScriptFileName
instance.ScriptFileName = value
public string ScriptFileName { get; set; }
public:
property String^ ScriptFileName {
String^ get ();
void set (String^ value);
}
public function get ScriptFileName () : String
public function set ScriptFileName (value : String)
Property Value
Type: System.String
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace