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