共用方式為


PartitionFunctionParameter.Collation 屬性

Gets or sets the SQL Server collation for the partition function parameter.

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

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Collation As String 
    Get 
    Set
'用途
Dim instance As PartitionFunctionParameter 
Dim value As String 

value = instance.Collation

instance.Collation = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Collation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Collation : string with get, set
function get Collation () : String 
function set Collation (value : String)

屬性值

型別:System.String
A String value that specifies the collation name.

備註

Returns an empty string if the parameter is not of a character-based data type.

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

PartitionFunctionParameter 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PARTITION FUNCTION (Transact-SQL)