Compartir a través de


DatabaseTestAction.SqlScript (Propiedad)

Obtiene o establece un conjunto de instrucciones de script de base de datos Transact-SQL.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property SqlScript As String
    Get
    Set
[BrowsableAttribute(false)]
public string SqlScript { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SqlScript {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SqlScript : string with get, set
function get SqlScript () : String
function set SqlScript (value : String)

Valor de propiedad

Tipo: System.String
Instrucciones de comandos de base de datos que se van a ejecutar durante la acción de prueba.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTestAction Clase

Microsoft.Data.Schema.UnitTesting (Espacio de nombres)