Partilhar via


Método SqlModelComparerConfiguration.RemoveSqlCmdVariable

Remove uma variável SQLCMD.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlModelComparerConfiguration Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel