IsPersisted 속성
Gets a value that indicates whether the computed value of the column is saved with the data.
네임스페이스: 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 if the computed value is saved with the data; otherwise, false.