Свойство CreateQueueStatement.OnFileGroup

Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be nullпустая ссылка (Nothing в Visual Basic).

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

Синтаксис

'Декларация
Public Property OnFileGroup As IdentifierOrValueExpression 
    Get 
    Set
'Применение
Dim instance As CreateQueueStatement 
Dim value As IdentifierOrValueExpression 

value = instance.OnFileGroup

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name of the filegroup.

См. также

Справочник

CreateQueueStatement Класс

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