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