ISql90Assembly.AssemblySources プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property AssemblySources As IList(Of ISql90AssemblySource)
'使用
Dim instance As ISql90Assembly
Dim value As IList(Of ISql90AssemblySource)
value = instance.AssemblySources
IList<ISql90AssemblySource> AssemblySources { get; }
property IList<ISql90AssemblySource^>^ AssemblySources {
IList<ISql90AssemblySource^>^ get ();
}
function get AssemblySources () : IList<ISql90AssemblySource>
プロパティ値
型 : System.Collections.Generic.IList<ISql90AssemblySource>