共用方式為


SqlPotentialElementDescriptor.IsVariable 屬性

取得值,這個值表示此物件是否為變數物件。

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

語法

'宣告
Public ReadOnly Property IsVariable As Boolean
    Get
public bool IsVariable { get; }
public:
property bool IsVariable {
    bool get ();
}
member IsVariable : bool
function get IsVariable () : boolean

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

SqlPotentialElementDescriptor 類別

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