SqlClrDeployTask.PostDeploymentScript-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlClrDeployTask Klasse

Microsoft.Data.Schema.Tasks.Sql-Namespace