Partager via


ISql100Filegroup.DoesContainFileStream, propriété

Obtient ou définit une valeur qui indique s'il s'agit d'un groupe de fichiers du flux de fichier.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property DoesContainFileStream As Boolean
    Get
    Set
bool DoesContainFileStream { get; set; }
property bool DoesContainFileStream {
    bool get ();
    void set (bool value);
}
abstract DoesContainFileStream : bool with get, set
function get DoesContainFileStream () : boolean
function set DoesContainFileStream (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100Filegroup Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms