Partager via


Propriété FileGroupDefinition.FileDeclarations

Gets a list of the file declarations in this filegroup.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
    Get
'Utilisation
Dim instance As FileGroupDefinition 
Dim value As IList(Of FileDeclaration)

value = instance.FileDeclarations
public IList<FileDeclaration> FileDeclarations { get; }
public:
property IList<FileDeclaration^>^ FileDeclarations {
    IList<FileDeclaration^>^ get ();
}
member FileDeclarations : IList<FileDeclaration>
function get FileDeclarations () : IList<FileDeclaration>

Valeur de propriété

Type : System.Collections.Generic.IList<FileDeclaration>
A list of the file declarations.

Voir aussi

Référence

FileGroupDefinition Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom