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 the ApplicationDatabaseFile object that has the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As ApplicationDatabaseFile
public ApplicationDatabaseFile this [
string name
] { get; }
public:
property ApplicationDatabaseFile^ default [String^] {
ApplicationDatabaseFile^ get (String^ name);
}
/** @property */
public ApplicationDatabaseFile get_Item (String name)
Parámetros
- name
A String, between 1 and 128 characters in length, containing the name of an ApplicationDatabaseFile object.
Valor de propiedad
The ApplicationDatabaseFile with the specified name.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ApplicationDatabaseFileCollection Class
ApplicationDatabaseFileCollection Members
Microsoft.SqlServer.Management.Nmo Namespace
Otros recursos
Definir la base de datos de aplicación
Database Element (ADF)