다음을 통해 공유


ComputedText 속성

Gets or sets the Transact-SQL expression that is used to generate the value of a computed column

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property ComputedText As String
    Get
    Set
‘사용 방법
Dim instance As Column
Dim value As String

value = instance.ComputedText

instance.ComputedText = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.ReadOnlyAfterCreation)]
public string ComputedText { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ ComputedText {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.ReadOnlyAfterCreation)>]
member ComputedText : string with get, set
function get ComputedText () : String
function set ComputedText (value : String)

속성 값

형식: System. . :: . .String
A String value that specifies the Transact-SQL expression that is used to generate the value of a computed column.