TransactionStatement.Name 属性

Gets or sets the name of the save point. It is either an Identifier, Literal of type variable, or string.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Name As IdentifierOrValueExpression 
    Get 
    Set
用法
Dim instance As TransactionStatement 
Dim value As IdentifierOrValueExpression 

value = instance.Name

instance.Name = value
public IdentifierOrValueExpression Name { get; set; }
public:
property IdentifierOrValueExpression^ Name {
    IdentifierOrValueExpression^ get ();
    void set (IdentifierOrValueExpression^ value);
}
member Name : IdentifierOrValueExpression with get, set
function get Name () : IdentifierOrValueExpression 
function set Name (value : IdentifierOrValueExpression)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name of the save point.

请参阅

参考

TransactionStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间