Dela via


ISql100Filegroup.DoesContainFileStream Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoesContainFileStream As Boolean
'Usage
Dim instance As ISql100Filegroup 
Dim value As Boolean 

value = instance.DoesContainFileStream

instance.DoesContainFileStream = value
bool DoesContainFileStream { get; set; }
property bool DoesContainFileStream {
    bool get ();
    void set (bool value);
}
function get DoesContainFileStream () : boolean 
function set DoesContainFileStream (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100Filegroup Interface

ISql100Filegroup Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace