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 네임스페이스