Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.