Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 FileGroup As TSqlFragment
Get
Set
public TSqlFragment FileGroup { get; set; }
public:
property TSqlFragment^ FileGroup {
TSqlFragment^ get ();
void set (TSqlFragment^ value);
}
member FileGroup : TSqlFragment with get, set
function get FileGroup () : TSqlFragment
function set FileGroup (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.