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