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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.