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
- name
Type: System.String
- value
Type: System.String
- isSource
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.