Propriedade AlterPartitionSchemeStatement.FileGroup
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
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 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.