Freigeben über


SchemaDeployment.SetDeployToScript-Methode

Rufen Sie diese Methode nach dem Laden eines Bereitstellungsmanifests auf, um zu überschreiben, ob ein Bereitstellungsskript generiert wird. Wenn der erste Parameter auf true festgelegt wird, müssen alle übergeordneten Verzeichnisse vorhanden sein, die in scriptPath angegeben wurden.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub SetDeployToScript ( _
    deployToScript As Boolean, _
    scriptPath As String _
)
public void SetDeployToScript(
    bool deployToScript,
    string scriptPath
)
public:
void SetDeployToScript(
    bool deployToScript, 
    String^ scriptPath
)
member SetDeployToScript : 
        deployToScript:bool * 
        scriptPath:string -> unit 
public function SetDeployToScript(
    deployToScript : boolean, 
    scriptPath : String
)

Parameter

  • deployToScript
    Typ: System.Boolean
    true , um ein Skript bereitzustellen.
  • scriptPath
    Typ: System.String
    Wenn deployToScript den Wert true hat, ist der Pfad der Skriptdatei enthalten.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Der deployToScript-Parameter ist true und die scriptPath-Eigenschaft ist nullNULL-Verweis (Nothing in Visual Basic) oder leer.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace