Share via


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)