Propriedade SqlFindDeploymentScriptTask.FoundScriptPath

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

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

Sintaxe

'Declaração
<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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

SqlFindDeploymentScriptTask Classe

Namespace Microsoft.Data.Schema.Tasks.Sql