CreatePartitionFunctionStatement.BoundaryValues 속성

Gets a list of boundary values for each partition.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)
    Get
‘사용 방법
Dim instance As CreatePartitionFunctionStatement 
Dim value As IList(Of ScalarExpression)

value = instance.BoundaryValues
public IList<ScalarExpression> BoundaryValues { get; }
public:
property IList<ScalarExpression^>^ BoundaryValues {
    IList<ScalarExpression^>^ get ();
}
member BoundaryValues : IList<ScalarExpression>
function get BoundaryValues () : IList<ScalarExpression>

속성 값

유형: System.Collections.Generic.IList<ScalarExpression>
The list of boundary values for each partition.

참고 항목

참조

CreatePartitionFunctionStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스