次の方法で共有


CreateDatabaseStatement.LogOn プロパティ

ファイル宣言のログの一覧を取得します。

名前空間:  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>
ファイル宣言のログの一覧。

関連項目

参照

CreateDatabaseStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間