共用方式為


TSqlModelOptions.Collation 屬性

Specifies the Collation to use for the model. This is a string such as "SQL_Latin1_General_CP1_CI_AS", which must be a valid SQL Server Collation Name

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

語法

'宣告
Public Property Collation As String 
    Get 
    Set
'用途
Dim instance As TSqlModelOptions 
Dim value As String 

value = instance.Collation

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

屬性值

型別:System.String

請參閱

參考

TSqlModelOptions 類別

Microsoft.SqlServer.Dac.Model 命名空間