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