Propriedade do RDL CreateQueueStatement.OnFileGroup
Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be nulluma referência nula (Nothing no Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OnFileGroup As IdentifierOrValueExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name of the filegroup.