RaiseErrorLegacyStatement.FirstParameter 속성

Gets or sets the first parameter. Can be a variable, an integer or a negative integer.

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

구문

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

value = instance.FirstParameter

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The first parameter.

참고 항목

참조

RaiseErrorLegacyStatement 클래스

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