ISql90Assembly.Files プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
ReadOnly Property Files As IList(Of ISql90AssemblyFile)
'使用
Dim instance As ISql90Assembly
Dim value As IList(Of ISql90AssemblyFile)

value = instance.Files
IList<ISql90AssemblyFile> Files { get; }
property IList<ISql90AssemblyFile^>^ Files {
    IList<ISql90AssemblyFile^>^ get ();
}
function get Files () : IList<ISql90AssemblyFile>

プロパティ値

型 : System.Collections.Generic.IList<ISql90AssemblyFile>

参照

参照

ISql90Assembly インターフェイス

ISql90Assembly メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間