Share via


SqlModelComparerConfiguration.AddOrUpdateSqlCmdVariable Method

Adds or updates a SQLCMD variable.

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

Syntax

'Declaration
Public Sub AddOrUpdateSqlCmdVariable ( _
    name As String, _
    value As String, _
    isSource As Boolean _
)
public void AddOrUpdateSqlCmdVariable(
    string name,
    string value,
    bool isSource
)
public:
void AddOrUpdateSqlCmdVariable(
    String^ name, 
    String^ value, 
    bool isSource
)
member AddOrUpdateSqlCmdVariable : 
        name:string * 
        value:string * 
        isSource:bool -> unit 
public function AddOrUpdateSqlCmdVariable(
    name : String, 
    value : String, 
    isSource : boolean
)

Parameters

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace