ISql90FilegroupSpecifier.Filegroup, propriété
Obtient ou définit le groupe de fichiers.
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 ISqlFilegroup
Get
Set
ISqlFilegroup Filegroup { get; set; }
property ISqlFilegroup^ Filegroup {
ISqlFilegroup^ get ();
void set (ISqlFilegroup^ value);
}
abstract Filegroup : ISqlFilegroup with get, set
function get Filegroup () : ISqlFilegroup
function set Filegroup (value : ISqlFilegroup)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlFilegroup
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.