LiteralBulkInsertOption.Value 属性

Gets or sets the literal value of the option.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Value As Literal 
    Get 
    Set
用法
Dim instance As LiteralBulkInsertOption 
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 literal value of the option.

请参阅

参考

LiteralBulkInsertOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间