OAImportScript.ScriptFileName Property

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
    Get
    Set
'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);
}
function get ScriptFileName () : String
function set ScriptFileName (value : String)
member ScriptFileName : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

OAImportScript Class

OAImportScript Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace