다음을 통해 공유


IsDeterministic 속성

Gets or sets the Boolean property value that specifies whether the value of a computed column can change in subsequent invocations.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsDeterministic As Boolean
    Get
‘사용 방법
Dim instance As Column
Dim value As Boolean

value = instance.IsDeterministic
[SfcPropertyAttribute]
public bool IsDeterministic { get; }
[SfcPropertyAttribute]
public:
property bool IsDeterministic {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsDeterministic : bool
function get IsDeterministic () : boolean

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies the whether a computed column can change between invocations.

주의

If the computed column contained a value that was calculated from the current date, for example, the column would not be deterministic. The value of the column would change as the date changes and therefore would be different for subsequent invocations.