Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the ApplicationDatabaseFile object that has the specified name.
Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
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)
Paramètres
- name
A String, between 1 and 128 characters in length, containing the name of an ApplicationDatabaseFile object.
Valeur de propriété
The ApplicationDatabaseFile with the specified name.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ApplicationDatabaseFileCollection Class
ApplicationDatabaseFileCollection Members
Microsoft.SqlServer.Management.Nmo Namespace
Autres ressources
Définition de la base de données d'application
Database Element (ADF)