共用方式為


SqlModelComparerConfiguration.RemoveSqlCmdVariable 方法

移除 SQLCMD 變數。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

SqlModelComparerConfiguration 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間