CreateDatabaseStatement.LogOn Property

 

Applies To: SQL Server 2016 Preview

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

public IList<FileDeclaration> LogOn { get; }
public:
property IList<FileDeclaration^>^ LogOn {
    IList<FileDeclaration^>^ get();
}
member LogOn : IList<FileDeclaration> with get
Public ReadOnly Property LogOn As IList(Of FileDeclaration)

Property Value

Type: System.Collections.Generic.IList<FileDeclaration>

The list of log on file declarations.

See Also

CreateDatabaseStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top