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)