SqlScriptProperty.Script (Propiedad)

Obtiene el script que produjo la generación de este archivo.

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

Sintaxis

'Declaración
Public ReadOnly Property Script As String
    Get
public string Script { get; }
public:
property String^ Script {
    String^ get ();
}
member Script : string
function get Script () : String

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptProperty Clase

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