Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the declarations of file to be added to the database.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
Get
'Usage
Dim instance As AlterDatabaseAddFileStatement
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<FileDeclaration>
The declarations of file to be added to the database.