SqlModelComparerConfiguration.RemoveSqlCmdVariable-Methode

Entfernt eine SQLCMD-Variable.

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

Syntax

'Declaration
Public Function RemoveSqlCmdVariable ( _
    name As String, _
    isSource As Boolean _
) As Boolean
public bool RemoveSqlCmdVariable(
    string name,
    bool isSource
)
public:
bool RemoveSqlCmdVariable(
    String^ name, 
    bool isSource
)
member RemoveSqlCmdVariable : 
        name:string * 
        isSource:bool -> bool 
public function RemoveSqlCmdVariable(
    name : String, 
    isSource : boolean
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlModelComparerConfiguration Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace