共用方式為


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 (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<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.