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