TransactionStatement.Name 属性

获取或设置保存点的名称。

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

语法

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

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
返回一个 TSqlFragment

备注

片段是一个标识符、一个变量类型的文本或一个字符串。

.NET Framework 安全性

请参见

参考

TransactionStatement 类

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