Dela via


CreateQueueStatement.OnFileGroup Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property OnFileGroup As TSqlFragment
'Usage
Dim instance As CreateQueueStatement 
Dim value As TSqlFragment 

value = instance.OnFileGroup

instance.OnFileGroup = value
public TSqlFragment OnFileGroup { get; set; }
public:
property TSqlFragment^ OnFileGroup {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
public function get OnFileGroup () : TSqlFragment 
public function set OnFileGroup (value : TSqlFragment)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

.NET Framework Security

See Also

Reference

CreateQueueStatement Class

CreateQueueStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace