AlterFederationStatement.Boundary 속성

Gets or sets the boundary value of the federation.

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

구문

‘선언
Public Property Boundary As ScalarExpression 
    Get 
    Set
‘사용 방법
Dim instance As AlterFederationStatement 
Dim value As ScalarExpression 

value = instance.Boundary

instance.Boundary = value
public ScalarExpression Boundary { get; set; }
public:
property ScalarExpression^ Boundary {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Boundary : ScalarExpression with get, set
function get Boundary () : ScalarExpression 
function set Boundary (value : ScalarExpression)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
A ScalarExpression object that represents the boundary value of the federation.

참고 항목

참조

AlterFederationStatement 클래스

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