Encoding 属性

Gets or sets the encoding for the scripting options.

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

语法

声明
Public Property Encoding As Encoding
    Get
    Set
用法
Dim instance As ScriptingOptions
Dim value As Encoding

value = instance.Encoding

instance.Encoding = value
public Encoding Encoding { get; set; }
public:
property Encoding^ Encoding {
    Encoding^ get ();
    void set (Encoding^ value);
}
member Encoding : Encoding with get, set
function get Encoding () : Encoding
function set Encoding (value : Encoding)

属性值

类型:System.Text. . :: . .Encoding
An Encoding object that specifies the encoding for the scripting options

示例

脚本撰写