RaiseErrorStatement.FirstParameter 属性
Gets or sets the first parameter value. Can be a string, 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 RaiseErrorStatement
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 value.