CreatePartitionFunctionStatement.BoundaryValues Property
Gets a list of boundary values for each partition.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property BoundaryValues As IList(Of Expression)
public IList<Expression> BoundaryValues { get; }
public:
property IList<Expression^>^ BoundaryValues {
IList<Expression^>^ get ();
}
member BoundaryValues : IList<Expression>
function get BoundaryValues () : IList<Expression>
Property Value
Type: System.Collections.Generic.IList<Expression>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.