SqlFindDeploymentScriptTask.FoundScriptPath-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.Data.Schema.Tasks.Sql
Assembly:  Microsoft.Data.Schema.Tasks.Sql (in Microsoft.Data.Schema.Tasks.Sql.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property FoundScriptPath As String
    Get
    Set
[OutputAttribute]
public string FoundScriptPath { get; set; }
[OutputAttribute]
public:
property String^ FoundScriptPath {
    String^ get ();
    void set (String^ value);
}
[<OutputAttribute>]
member FoundScriptPath : string with get, set
function get FoundScriptPath () : String
function set FoundScriptPath (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlFindDeploymentScriptTask Klasse

Microsoft.Data.Schema.Tasks.Sql-Namespace