Compartir a través de


SqlClrDeployTask.PostDeploymentScript (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
Public Property PostDeploymentScript As String
    Get
    Set
public string PostDeploymentScript { get; set; }
public:
property String^ PostDeploymentScript {
    String^ get ();
    void set (String^ value);
}
member PostDeploymentScript : string with get, set
function get PostDeploymentScript () : String
function set PostDeploymentScript (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlClrDeployTask Clase

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