共用方式為


DatabaseCollation 屬性

Gets or sets the database collation used for the compile.

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public Property DatabaseCollation As String
    Get
    Set
'用途
Dim instance As DacCompilationUnit
Dim value As String

value = instance.DatabaseCollation

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

屬性值

型別:System. . :: . .String
A String value specifying the database collation used when compiling the Transact-SQL scripts into a DAC type.