Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of databases.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Databases As IList(Of Identifier)
Get
'Usage
Dim instance As AvailabilityGroupStatement
Dim value As IList(Of Identifier)
value = instance.Databases
public IList<Identifier> Databases { get; }
public:
property IList<Identifier^>^ Databases {
IList<Identifier^>^ get ();
}
member Databases : IList<Identifier>
function get Databases () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The collection of databases.