Compartilhar via


Propriedade do RDL CreateDatabaseStatement.LogOn

Gets a list of log on file declarations.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property LogOn As IList(Of FileDeclaration)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<FileDeclaration>
The list of log on file declarations.

Consulte também

Referência

CreateDatabaseStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom