SqlFindDeploymentScriptTask.FoundScriptPath (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.Data.Schema.Tasks.Sql
Ensamblado:  Microsoft.Data.Schema.Tasks.Sql (en Microsoft.Data.Schema.Tasks.Sql.dll)

Sintaxis

'Declaración
<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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlFindDeploymentScriptTask Clase

Microsoft.Data.Schema.Tasks.Sql (Espacio de nombres)