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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.