Metodo SqlModelComparerConfiguration.RemoveSqlCmdVariable

Rimuove una variabile SQLCMD.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlModelComparerConfiguration Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel