Dela via


ISqlFilegroup.Files Property

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

Syntax

'Declaration
ReadOnly Property Files As IList(Of ISqlFile)
'Usage
Dim instance As ISqlFilegroup 
Dim value As IList(Of ISqlFile)

value = instance.Files
IList<ISqlFile> Files { get; }
property IList<ISqlFile^>^ Files {
    IList<ISqlFile^>^ get ();
}
function get Files () : IList<ISqlFile>

Property Value

Type: System.Collections.Generic.IList<ISqlFile>

.NET Framework Security

See Also

Reference

ISqlFilegroup Interface

ISqlFilegroup Members

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