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 a list of log on file declarations.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property LogOn As IList(Of FileDeclaration)
Get
'Usage
Dim instance As CreateDatabaseStatement
Dim value As IList(Of FileDeclaration)
value = instance.LogOn
public IList<FileDeclaration> LogOn { get; }
public:
property IList<FileDeclaration^>^ LogOn {
IList<FileDeclaration^>^ get ();
}
member LogOn : IList<FileDeclaration>
function get LogOn () : IList<FileDeclaration>
Property Value
Type: System.Collections.Generic.IList<FileDeclaration>
The list of log on file declarations.