ISql100FullTextIndex.Filegroup, propriété
Obtient ou définit le groupe de fichiers qui stocke cet index.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Property Filegroup As ISql100Filegroup
Get
Set
ISql100Filegroup Filegroup { get; set; }
property ISql100Filegroup^ Filegroup {
ISql100Filegroup^ get ();
void set (ISql100Filegroup^ value);
}
abstract Filegroup : ISql100Filegroup with get, set
function get Filegroup () : ISql100Filegroup
function set Filegroup (value : ISql100Filegroup)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql100Filegroup
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.