Propriedade CreateSpatialIndexStatement.OnFileGroup
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.