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
- name
Type: System.String
The variable name
- isSource
Type: System.Boolean
Specifies whether this is a source
Return Value
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.
See Also
Reference
SqlModelComparerConfiguration Class