FileGroup.FileDeclarations Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
'Usage
Dim instance As FileGroup
Dim value As IList(Of FileDeclaration)
value = instance.FileDeclarations
public IList<FileDeclaration> FileDeclarations { get; }
public:
property IList<FileDeclaration^>^ FileDeclarations {
IList<FileDeclaration^>^ get ();
}
public function get FileDeclarations () : IList<FileDeclaration>
Property Value
Type: System.Collections.Generic.IList<FileDeclaration>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.