CreateQueueStatement.OnFileGroup (Propiedad)
Espacio de nombres: Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado: Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxis
'Declaración
Public Property OnFileGroup As TSqlFragment
Get
Set
public TSqlFragment OnFileGroup { get; set; }
public:
property TSqlFragment^ OnFileGroup {
TSqlFragment^ get ();
void set (TSqlFragment^ value);
}
member OnFileGroup : TSqlFragment with get, set
function get OnFileGroup () : TSqlFragment
function set OnFileGroup (value : TSqlFragment)
Valor de propiedad
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.