Sdílet prostřednictvím


SqlModelComparerConfiguration.RemoveSqlCmdVariable – metoda

Odebere proměnnou SQLCMD.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlModelComparerConfiguration Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů