CreateQueueStatement.OnFileGroup 属性

Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be nullnull 引用(在 Visual Basic 中为 Nothing).

命名空间:  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 命名空间