次の方法で共有


IsPersisted プロパティ

列の計算値がデータと共に保存されるかどうかを示す値を取得します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Public ReadOnly Property IsPersisted As Boolean
    Get
'使用
Dim instance As ComputedColumnInfo
Dim value As Boolean

value = instance.IsPersisted
public bool IsPersisted { get; }
public:
property bool IsPersisted {
    bool get ();
}
member IsPersisted : bool
function get IsPersisted () : boolean

プロパティ値

型: System. . :: . .Boolean
列の計算値がデータと共に保存される場合は true、データと共に保存されない場合は false です。