IdentifierOrValueExpression.Value 屬性
Gets or sets the value for the identifier.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Value As String
Get
'用途
Dim instance As IdentifierOrValueExpression
Dim value As String
value = instance.Value
public string Value { get; }
public:
property String^ Value {
String^ get ();
}
member Value : string
function get Value () : String
屬性值
型別:System.String
The value for the identifier.