Share via


SqlModelComparerConfiguration.RemoveSqlCmdVariable Method

Removes a SQL command variable.

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

Syntax

'Declaration
Public Function RemoveSqlCmdVariable ( _
    name As String, _
    isSource As Boolean _
) As Boolean
'Usage
Dim instance As SqlModelComparerConfiguration
Dim name As String
Dim isSource As Boolean
Dim returnValue As Boolean

returnValue = instance.RemoveSqlCmdVariable(name, _
    isSource)
public bool RemoveSqlCmdVariable(
    string name,
    bool isSource
)
public:
bool RemoveSqlCmdVariable(
    String^ name, 
    bool isSource
)
public function RemoveSqlCmdVariable(
    name : String, 
    isSource : boolean
) : boolean
member RemoveSqlCmdVariable : 
        name:string * 
        isSource:bool -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

SqlModelComparerConfiguration Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace