Share via


CreateDatabaseStatement.LogOn Property

Gets a list of log on file declarations.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property LogOn As IList(Of FileDeclaration)
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>

.NET Framework Security

See Also

Reference

CreateDatabaseStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace