ログオン ファイル宣言の一覧を取得します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property LogOn As IList(Of FileDeclaration)
'使用
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 ();
}
public function get LogOn () : IList<FileDeclaration>
プロパティ値
型 : System.Collections.Generic.IList<FileDeclaration>