TextModificationStatement.TextId 属性

获取或设置文本 ID。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property TextId As Literal
    Get
    Set
public Literal TextId { get; set; }
public:
property Literal^ TextId {
    Literal^ get ();
    void set (Literal^ value);
}
member TextId : Literal with get, set
function get TextId () : Literal
function set TextId (value : Literal)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Literal

备注

文本值可以是二进制值、整数或变量。

.NET Framework 安全性

请参见

参考

TextModificationStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间