DeclareVariableElement.VariableName 屬性
Gets or sets the name of the variable, including the @ at the beginning.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property VariableName As Identifier
Get
Set
'用途
Dim instance As DeclareVariableElement
Dim value As Identifier
value = instance.VariableName
instance.VariableName = value
public Identifier VariableName { get; set; }
public:
property Identifier^ VariableName {
Identifier^ get ();
void set (Identifier^ value);
}
member VariableName : Identifier with get, set
function get VariableName () : Identifier
function set VariableName (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the variable.