CreateDatabaseStatement.LogOn 属性
Gets a list of log on file declarations.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property LogOn As IList(Of FileDeclaration)
Get
用法
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>
属性值
类型:System.Collections.Generic.IList<FileDeclaration>
The list of log on file declarations.