共用方式為


SqlElementDescriptor.IsVolatile 屬性

取得值,這個值表示這個描述元是否和變動項目對應。

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

語法

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

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

SqlElementDescriptor 類別

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