Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the declarations of file to be added to the database.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
Get
'Uso
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>
Valor de la propiedad
Tipo: System.Collections.Generic.IList<FileDeclaration>
The declarations of file to be added to the database.
Vea también
Referencia
AlterDatabaseAddFileStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom