DeclareVariableElement.Value 属性
Gets or sets the initial variable value specified in declaration.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Value As ScalarExpression
Get
Set
用法
Dim instance As DeclareVariableElement
Dim value As ScalarExpression
value = instance.Value
instance.Value = value
public ScalarExpression Value { get; set; }
public:
property ScalarExpression^ Value {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Value : ScalarExpression with get, set
function get Value () : ScalarExpression
function set Value (value : ScalarExpression)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The initial variable value specified in declaration.