Свойство DropUnownedObjectStatement.Name

Gets or sets the name of the object to be dropped.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Name As Identifier 
    Get 
    Set
'Применение
Dim instance As DropUnownedObjectStatement 
Dim value As Identifier 

value = instance.Name

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

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the object to be dropped.

См. также

Справочник

DropUnownedObjectStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom